Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 524 Bytes

File metadata and controls

13 lines (8 loc) · 524 Bytes

Home > @snowplow/browser-tracker > CorePlugin > beforeTrack

CorePlugin.beforeTrack property

Called before the filter method is called and before the trackerCore callback fires (if the filter passes)

Signature:

beforeTrack?: (payloadBuilder: PayloadBuilder) => void;