Skip to main content

Pause Collection

The pauseCollection method temporarily suspends the package from collecting events for user actions.

Syntax

pauseCollection()

Usage Example

import { pauseCollection } from 'zeo-collect';

// Pause data collection
pauseCollection();