File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dd-trace-api/src/main/java/datadog/trace/api/config Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ public final class ProfilingConfig {
1616 * datadog.trace.api.profiling.ProfilingSupport#isObjectAllocationSampleAvailable()}.
1717 */
1818 @ Deprecated public static final boolean PROFILING_ALLOCATION_ENABLED_DEFAULT = true ;
19+
1920 public static final String PROFILING_HEAP_ENABLED = "profiling.heap.enabled" ;
2021
2122 /**
22- * @deprecated The old value was {@code false}. The default is now computed dynamically via
23- * {@link datadog.trace.api.profiling.ProfilingSupport#isLiveHeapProfilingSafe()}.
23+ * @deprecated The old value was {@code false}. The default is now computed dynamically via {@link
24+ * datadog.trace.api.profiling.ProfilingSupport#isLiveHeapProfilingSafe()}.
2425 */
2526 @ Deprecated public static final boolean PROFILING_HEAP_ENABLED_DEFAULT = false ;
2627
You can’t perform that action at this time.
0 commit comments