browser-tracker.coreplugin.filter
Home > @snowplow/browser-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;