Skip to content

Commit

Permalink
clean up patch_all docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur authored Jan 12, 2025
1 parent 4517c40 commit 9cf1fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/_monkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def on_import(hook):

def patch_all(**patch_modules):
# type: (bool) -> None
"""enables ddtrace instrumentation of all available supported modules
"""Enables ddtrace library instrumentation
In addition to ``patch_modules``, an override can be specified via an
environment variable, ``DD_TRACE_<module>_ENABLED`` for each module.
Expand Down

0 comments on commit 9cf1fb9

Please sign in to comment.