Skip to content

Commit 69a9a01

Browse files
committed
Cold start already depends on tracing.
1 parent 47d472a commit 69a9a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_lambda/cold_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def wrapped_find_spec(*args, **kwargs):
145145

146146

147147
def initialize_cold_start_tracing():
148-
if is_new_sandbox() and config.trace_enabled and config.cold_start_tracing:
148+
if is_new_sandbox() and config.cold_start_tracing:
149149
from sys import meta_path
150150

151151
for importer in meta_path:

0 commit comments

Comments
 (0)