Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 585 Bytes

File metadata and controls

17 lines (10 loc) · 585 Bytes

Home > @snowplow/node-tracker > TrackerCore > deactivate

TrackerCore.deactivate() method

Deactivate tracker core including all plugins. This is useful for cleaning up resources or listeners that have been created. Once deactivated, the tracker won't be able to track any events.

Signature:

deactivate(): void;

Returns:

void