@@ -287,8 +287,6 @@ public static String getHostName() {
287
287
private final int appSecMaxStackTraceDepth ;
288
288
private final boolean appSecStandaloneEnabled ;
289
289
private final boolean apiSecurityEnabled ;
290
- private final float apiSecurityRequestSampleRate ;
291
-
292
290
private final IastDetectionMode iastDetectionMode ;
293
291
private final int iastMaxConcurrentRequests ;
294
292
private final int iastVulnerabilitiesPerRequest ;
@@ -1287,9 +1285,6 @@ PROFILING_DATADOG_PROFILER_ENABLED, isDatadogProfilerSafeInCurrentEnvironment())
1287
1285
apiSecurityEnabled =
1288
1286
configProvider .getBoolean (
1289
1287
API_SECURITY_ENABLED , DEFAULT_API_SECURITY_ENABLED , API_SECURITY_ENABLED_EXPERIMENTAL );
1290
- apiSecurityRequestSampleRate =
1291
- configProvider .getFloat (
1292
- API_SECURITY_REQUEST_SAMPLE_RATE , DEFAULT_API_SECURITY_REQUEST_SAMPLE_RATE );
1293
1288
1294
1289
iastDebugEnabled = configProvider .getBoolean (IAST_DEBUG_ENABLED , DEFAULT_IAST_DEBUG_ENABLED );
1295
1290
@@ -2585,10 +2580,6 @@ public boolean isApiSecurityEnabled() {
2585
2580
return apiSecurityEnabled ;
2586
2581
}
2587
2582
2588
- public float getApiSecurityRequestSampleRate () {
2589
- return apiSecurityRequestSampleRate ;
2590
- }
2591
-
2592
2583
public ProductActivation getIastActivation () {
2593
2584
return instrumenterConfig .getIastActivation ();
2594
2585
}
@@ -4529,8 +4520,6 @@ public String toString() {
4529
4520
+ appSecHttpBlockedTemplateJson
4530
4521
+ ", apiSecurityEnabled="
4531
4522
+ apiSecurityEnabled
4532
- + ", apiSecurityRequestSampleRate="
4533
- + apiSecurityRequestSampleRate
4534
4523
+ ", cwsEnabled="
4535
4524
+ cwsEnabled
4536
4525
+ ", cwsTlsRefresh="
0 commit comments