File tree 1 file changed +2
-2
lines changed
packages/dd-trace/src/profiling
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class Config {
97
97
this . debugSourceMaps = isTrue ( coalesce ( options . debugSourceMaps , DD_PROFILING_DEBUG_SOURCE_MAPS , false ) )
98
98
this . endpointCollectionEnabled = isTrue ( coalesce ( options . endpointCollection ,
99
99
DD_PROFILING_ENDPOINT_COLLECTION_ENABLED ,
100
- DD_PROFILING_EXPERIMENTAL_ENDPOINT_COLLECTION_ENABLED , false ) )
100
+ DD_PROFILING_EXPERIMENTAL_ENDPOINT_COLLECTION_ENABLED , true ) )
101
101
logExperimentalVarDeprecation ( 'ENDPOINT_COLLECTION_ENABLED' )
102
102
103
103
this . pprofPrefix = pprofPrefix
@@ -147,7 +147,7 @@ class Config {
147
147
148
148
this . codeHotspotsEnabled = isTrue ( coalesce ( options . codeHotspotsEnabled ,
149
149
DD_PROFILING_CODEHOTSPOTS_ENABLED ,
150
- DD_PROFILING_EXPERIMENTAL_CODEHOTSPOTS_ENABLED , false ) )
150
+ DD_PROFILING_EXPERIMENTAL_CODEHOTSPOTS_ENABLED , true ) )
151
151
logExperimentalVarDeprecation ( 'CODEHOTSPOTS_ENABLED' )
152
152
153
153
this . profilers = ensureProfilers ( profilers , this )
You can’t perform that action at this time.
0 commit comments