Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Emmett Butler <[email protected]>
  • Loading branch information
mabdinur and emmettbutler authored Jan 9, 2025
1 parent 66756e6 commit 088be84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
"""Automatically enables ddtrace support for all available modules.
"""enables ddtrace instrumentation of all available supported modules
In addition to ``patch_modules``, an override can be specified via an
environment variable, ``DD_TRACE_<module>_ENABLED`` for each module.
Expand Down
2 changes: 1 addition & 1 deletion docs/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Automatic Instrumentation
``ddtrace.auto``
----------------

To enable full ddtrace support (library instrumentations, profiling, application security monitoring, dynamic instrumentation, etc.) call :ref:`import ddtrace.auto<ddtraceauto>` as the very first thing
To enable full ddtrace functionality, including library instrumentations, profiling, application security monitoring, dynamic instrumentation, and more, call :ref:`import ddtrace.auto<ddtraceauto>` as the very first thing
in your application. This will only work if your application is not running under ``ddtrace-run``.

Note: Some Datadog products and instrumentations are disabled by default. Products and instrumentations can be enabled/disable via environment variables, see :ref:`configurations <Configuration>` page for more details.
Expand Down

0 comments on commit 088be84

Please sign in to comment.