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.
processEvent
1 parent c356073 commit 81df971Copy full SHA for 81df971
packages/types/src/integration.ts
@@ -36,5 +36,5 @@ export interface Integration {
36
* Return `null` to drop the event, or mutate the event & return it.
37
* This receives the client that the integration was installed for as third argument.
38
*/
39
- processEvent?(event: Event, hint: EventHint | undefined, client: Client): Event | null | PromiseLike<Event | null>;
+ processEvent?(event: Event, hint: EventHint, client: Client): Event | null | PromiseLike<Event | null>;
40
}
0 commit comments