Skip to content

Commit 2f9f528

Browse files
authored
Update ddtrace/contrib/_httplib.py
1 parent 9622613 commit 2f9f528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/contrib/_httplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
The httplib integration is disabled by default. It can be enabled when using
1010
:ref:`ddtrace-run<ddtracerun>` or :ref:`import ddtrace.auto<ddtraceauto>`
11-
using the `DD_PATCH_MODULES` environment variable::
11+
using the `DD_PATCH_MODULES` environment variable or `DD_TRACE_HTTPLIB_ENABLED`::
1212
1313
DD_PATCH_MODULES=httplib:true ddtrace-run ....
1414

0 commit comments

Comments
 (0)