Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 549 Bytes

File metadata and controls

13 lines (8 loc) · 549 Bytes

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

CorePlugin.deactivatePlugin property

Called when the tracker is being destroyed. Should be used to clean up any resources or listeners that the plugin has created.

Signature:

deactivatePlugin?: (core: TrackerCore) => void;