disable
Disable automatic event tracking.
This method disables automatic event tracking.
Good to know
You can still manually track events with auto-tracking disabled.
Signature
This method has the following signature:
tracker.disable(): void
Example
Here is a basic example of how to use this method:
import croct from '@croct/plug';croct.tracker.disable();