We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae4c98 commit 5dee8b0Copy full SHA for 5dee8b0
datadog_lambda/patch.py
@@ -29,7 +29,7 @@ def patch_all():
29
"""
30
_patch_for_integration_tests()
31
32
- if dd_tracing_enabled:
+ if config.trace_enabled:
33
patch_all_dd()
34
else:
35
_patch_http()
0 commit comments