Skip to content

Commit

Permalink
Update ddtrace/contrib/_urllib3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZStriker19 authored Feb 6, 2025
1 parent 61fb6e7 commit efef2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/contrib/_urllib3.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
~~~~~~~~
The ``urllib3`` integration is not enabled by default. Use either ``ddtrace-run``
or ``import ddtrace.auto`` with ``DD_PATCH_MODULES`` to enable it.
or ``import ddtrace.auto`` with ``DD_PATCH_MODULES`` or ``DD_TRACE_URLLIB3_ENABLED`` to enable it.
``DD_PATCH_MODULES=urllib3 ddtrace-run python app.py`` or
``DD_PATCH_MODULES=urllib3:true python app.py``::
Expand Down

0 comments on commit efef2eb

Please sign in to comment.