pauseCollection method temporarily suspends the package from collecting events for user actions.
Syntax
Usage Example
Related Methods
- resumeCollection - Resume event collection
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
New: Support & Diagnostics troubleshooting guides are now live.
Temporarily suspend event collection.
pauseCollection method temporarily suspends the package from collecting events for user actions.
pauseCollection()
import { pauseCollection } from 'zeo-collect';
// Pause data collection
pauseCollection();
Was this page helpful?