Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public final class ProfilingConfig {
public static final String PROFILING_DATADOG_PROFILER_LOG_LEVEL_DEFAULT = "NONE";
public static final String PROFILING_DATADOG_PROFILER_STACKDEPTH = "profiling.ddprof.stackdepth";
public static final String PROFILING_DATADOG_PROFILER_CSTACK = "profiling.ddprof.cstack";
public static final String PROFILING_DATADOG_PROFILER_CSTACK_DEFAULT = "fp";
public static final String PROFILING_DATADOG_PROFILER_CSTACK_DEFAULT = "vm";
public static final String PROFILING_DATADOG_PROFILER_SAFEMODE = "profiling.ddprof.safemode";

private static final int POP_METHOD = 4;
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ moshi = '1.11.0'
testcontainers = '1.21.3'
jmc = "8.1.0"
autoservice = "1.1.1"
ddprof = "1.32.0"
ddprof = "1.33.0"
asm = "9.9"
cafe_crypto = "0.1.0"
lz4 = "1.7.1"
Expand Down
Loading