We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad7953 commit 843657fCopy full SHA for 843657f
1 file changed
src/appsec/index.ts
@@ -17,7 +17,7 @@ export function processAppsecRequest(event: any, span: any): void {
17
if (!enabled || !span || !startInvocationChannel.hasSubscribers) return;
18
19
const httpData = extractHTTPDataFromEvent(event);
20
- if (!httpData ) {
+ if (!httpData) {
21
return;
22
}
23
0 commit comments