Return true if event matches, false or NextResponse to skip with a custom response.
(ctx: EventMatchContext)
| 103 | |
| 104 | /** Return true if event matches, false or NextResponse to skip with a custom response. */ |
| 105 | matchEvent?(ctx: EventMatchContext): Promise<boolean | NextResponse> | boolean | NextResponse |
| 106 | |
| 107 | /** Add provider-specific headers (idempotency keys, notification IDs, etc.). */ |
| 108 | enrichHeaders?(ctx: EventFilterContext, headers: Record<string, string>): void |
no outgoing calls
no test coverage detected