Skip to content

Commit 664c8fa

Browse files
docs(profiling): fix native heap help env var name
Align help text with setup.py and runtime config (DD_PROFILING_NATIVE_HEAP_ENABLED).
1 parent 7c41b5e commit 664c8fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ddtrace/internal/settings/profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ class ProfilingConfigNativeHeap(DDConfig):
559559
help=(
560560
"Whether to enable experimental native (C/C++) heap profiling. "
561561
"Requires DD_PROFILING_ENABLED=true, Linux, and a wheel built with "
562-
"DD_PROFILING_NATIVE_HEAP_BUILD=1. Disabled by default."
562+
"DD_PROFILING_NATIVE_HEAP_ENABLED=1. Disabled by default."
563563
),
564564
)
565565

0 commit comments

Comments
 (0)