disable

Disable automatic event tracking.

This method disables automatic event tracking.

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();