Skip to content

Commit 16ab0ca

Browse files
authored
feat: Set DD_APPSEC_ENABLED to false by default to avoid errors where appsec detects remoteconfig is not available (#201)
1 parent 40415df commit 16ab0ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/datadog_wrapper

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ then
8686
export DD_JMXFETCH_ENABLED="false"
8787
export DD_RUNTIME_METRICS_ENABLED="false"
8888
export DD_REMOTE_CONFIG_ENABLED="false"
89+
export DD_APPSEC_ENABLED="false"
8990

9091
# Removes the -XX:-TieredCompilation flag from the java command passed
9192
# through from the Lambda runtime. Allows the JVM to use the C1 compiler

0 commit comments

Comments
 (0)