UNPKG

331 BTypeScriptView Raw
1/**
2 * Disables the Analytics category.
3 *
4 * @note
5 * When Analytics is disabled events will not be buffered or transmitted to your selected service. Any auto-tracking
6 * behavior that you have configured via `configureAutoTrack` will not have any effect while Analytics is disabled.
7 */
8export declare const disable: () => void;