Skip to content

Commit 93445cc

Browse files
committed
fix(appsec): enable appsec through the ddtrace product interface
1 parent 7bdc7d6 commit 93445cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

datadog_lambda/wrapper.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
asm_start_request,
5454
get_asm_blocked_response,
5555
)
56+
from ddtrace.internal.appsec.product import start
57+
58+
start()
5659

5760
if config.profiling_enabled:
5861
from ddtrace.profiling import profiler

0 commit comments

Comments
 (0)