File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dd-trace-api/src/main/java/datadog/trace/api/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ public final class ProfilingConfig {
138138 public static final String PROFILING_DATADOG_PROFILER_LOG_LEVEL_DEFAULT = "NONE" ;
139139 public static final String PROFILING_DATADOG_PROFILER_STACKDEPTH = "profiling.ddprof.stackdepth" ;
140140 public static final String PROFILING_DATADOG_PROFILER_CSTACK = "profiling.ddprof.cstack" ;
141- public static final String PROFILING_DATADOG_PROFILER_CSTACK_DEFAULT = "fp " ;
141+ public static final String PROFILING_DATADOG_PROFILER_CSTACK_DEFAULT = "vm " ;
142142 public static final String PROFILING_DATADOG_PROFILER_SAFEMODE = "profiling.ddprof.safemode" ;
143143
144144 private static final int POP_METHOD = 4 ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ moshi = '1.11.0'
2929testcontainers = ' 1.21.3'
3030jmc = " 8.1.0"
3131autoservice = " 1.1.1"
32- ddprof = " 1.32 .0"
32+ ddprof = " 1.33 .0"
3333asm = " 9.9"
3434cafe_crypto = " 0.1.0"
3535lz4 = " 1.7.1"
You can’t perform that action at this time.
0 commit comments