Skip to content

Commit c6dd22d

Browse files
committed
feat(appsec): enable API Security by default
1 parent c5780c7 commit c6dd22d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

datadog_lambda/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"DD_APPSEC_ENABLED", "false"
99
)
1010

11-
if os.environ.get("DD_API_SECURITY_ENABLED") is None:
12-
os.environ["DD_API_SECURITY_ENABLED"] = "False"
13-
1411
initialize_cold_start_tracing()
1512

1613
# The minor version corresponds to the Lambda layer version.

0 commit comments

Comments
 (0)