Skip to main content

node-tracker.contextfilter

Home > @snowplow/node-tracker > ContextFilter

ContextFilter type

A context filter is a user-supplied callback that is evaluated for each event to determine if the context associated with the filter should be attached to the event

Signature:
type ContextFilter = (args?: ContextEvent) => boolean;