Skip to content

Commit

Permalink
face palm
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Dec 7, 2023
1 parent e9b1f71 commit 0aee929
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions profiling/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,7 @@ impl ConfigId {
ProfilingAllocationEnabled => b"DD_PROFILING_ALLOCATION_ENABLED\0",
ProfilingExperimentalTimelineEnabled => b"DD_PROFILING_EXPERIMENTAL_TIMELINE_ENABLED\0",
ProfilingExceptionEnabled => b"DD_PROFILING_EXCEPTION_ENABLED\0",
ProfilingExceptionSamplingDistance => {
b"DD_PROFILING_EXPERIMENTAL_EXCEPTION_SAMPLING_DISTANCE\0"
}
ProfilingExceptionSamplingDistance => b"DD_PROFILING_EXCEPTION_SAMPLING_DISTANCE\0",
ProfilingLogLevel => b"DD_PROFILING_LOG_LEVEL\0",

/* Note: this is meant only for debugging and testing. Please don't
Expand Down

0 comments on commit 0aee929

Please sign in to comment.