Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 617 Bytes

File metadata and controls

15 lines (9 loc) · 617 Bytes

Home > @snowplow/browser-tracker > BrowserPlugin > activateBrowserPlugin

BrowserPlugin.activateBrowserPlugin property

Called when the plugin is initialised during the Tracker construction

Use to capture the specific Tracker instance for each instance of a Browser Plugin

Signature:

activateBrowserPlugin?: (tracker: BrowserTracker) => void;