Skip to content

Commit

Permalink
feat: Set DD_APPSEC_ENABLED to false by default to avoid errors where…
Browse files Browse the repository at this point in the history
… appsec detects remoteconfig is not available (#201)
  • Loading branch information
astuyve authored Mar 22, 2024
1 parent 40415df commit 16ab0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/datadog_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ then
export DD_JMXFETCH_ENABLED="false"
export DD_RUNTIME_METRICS_ENABLED="false"
export DD_REMOTE_CONFIG_ENABLED="false"
export DD_APPSEC_ENABLED="false"

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

0 comments on commit 16ab0ca

Please sign in to comment.