Skip to content

Commit 70381c5

Browse files
committed
Enable API Security by default
1 parent 7787c9d commit 70381c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-trace-api/src/main/java/datadog/trace/api/ConfigDefaults.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public final class ConfigDefaults {
109109
static final int DEFAULT_APPSEC_TRACE_RATE_LIMIT = 100;
110110
static final boolean DEFAULT_APPSEC_WAF_METRICS = true;
111111
static final int DEFAULT_APPSEC_WAF_TIMEOUT = 100000; // 0.1 s
112-
static final boolean DEFAULT_API_SECURITY_ENABLED = false;
112+
static final boolean DEFAULT_API_SECURITY_ENABLED = true;
113113
static final float DEFAULT_API_SECURITY_REQUEST_SAMPLE_RATE = 0.1f; // 10 %
114114
static final boolean DEFAULT_APPSEC_RASP_ENABLED = true;
115115
static final boolean DEFAULT_APPSEC_STACK_TRACE_ENABLED = true;

0 commit comments

Comments
 (0)