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 47d472a commit 69a9a01Copy full SHA for 69a9a01
datadog_lambda/cold_start.py
@@ -145,7 +145,7 @@ def wrapped_find_spec(*args, **kwargs):
145
146
147
def initialize_cold_start_tracing():
148
- if is_new_sandbox() and config.trace_enabled and config.cold_start_tracing:
+ if is_new_sandbox() and config.cold_start_tracing:
149
from sys import meta_path
150
151
for importer in meta_path:
0 commit comments