Home > @snowplow/browser-tracker > CorePlugin > deactivatePlugin
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;