# enable

Learn how to enable automatic event tracking.

This method enables automatic event tracking.

## Signature

This method has the following signature:

```ts
tracker.enable(): void
```

## Example

Here is a basic example of how to use this method:

```ts
import croct from '@croct/plug';

croct.tracker.enable();
```
