Skip to main content

node-tracker.coreplugin.filter

Home > @snowplow/node-tracker > CorePlugin > filter

CorePlugin.filter property

Called before the payload is sent to the callback to decide whether to send the payload or skip it

Signature:
filter?: (payload: Payload) => boolean;