Skip to content

Commit e983959

Browse files
committed
WIP
1 parent 242afd5 commit e983959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal-api/src/main/java/datadog/trace/api/telemetry/WafMetricCollector.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ public void raspErrorCode(RuleType ruleType, final int errorCode) {
153153

154154
public void wafErrorCode(final int errorCode) {
155155
WafErrorCode wafErrorCode = WafErrorCode.fromCode(errorCode);
156+
// Unsupported waf error code
156157
if (wafErrorCode == null) {
157158
return;
158159
}

0 commit comments

Comments
 (0)