We need to create a full guide in the documentation that covers EventFilter and how to use it.
We currently have a small section on the docs event page, but this should be fleshed out and turned into a full separate page.
Check out this file for how it works:
https://github.com/triggerdotdev/trigger.dev/blob/main/packages/core/test/eventFilterMatches.test.ts
Should also cover how to use it in the context of eventTrigger:
Other types of Triggers also support EventFilter, such as stripe triggers:
From SyncLinear.com | TRI-970
We need to create a full guide in the documentation that covers
EventFilterand how to use it.We currently have a small section on the docs event page, but this should be fleshed out and turned into a full separate page.
Check out this file for how it works:
https://github.com/triggerdotdev/trigger.dev/blob/main/packages/core/test/eventFilterMatches.test.ts
Should also cover how to use it in the context of
eventTrigger:trigger.dev/packages/trigger-sdk/src/triggers/eventTrigger.ts
Line 11 in 645643e
Other types of Triggers also support
EventFilter, such as stripe triggers:trigger.dev/integrations/stripe/src/index.ts
Line 345 in 645643e
From SyncLinear.com | TRI-970