We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c296ab commit db67384Copy full SHA for db67384
1 file changed
datadog_lambda/wrapper.py
@@ -53,6 +53,9 @@
53
asm_start_request,
54
get_asm_blocked_response,
55
)
56
+ from ddtrace.internal.appsec.product import start
57
+
58
+ start()
59
60
if config.profiling_enabled:
61
from ddtrace.profiling import profiler
0 commit comments