Skip to content

Commit db67384

Browse files
authored
fix(appsec): enable appsec through the ddtrace product interface (#647)
1 parent 6c296ab commit db67384

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)