Skip to content

Commit df51f9f

Browse files
committed
Add tag for unsupported event type
1 parent 014bdb8 commit df51f9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/appsec/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export function processAppsecRequest(event: any, span: any): void {
1818

1919
const httpData = extractHTTPDataFromEvent(event);
2020
if (!httpData) {
21+
span.setTag("_dd.appsec.unsupported_event_type", 1);
2122
return;
2223
}
2324

0 commit comments

Comments
 (0)