@aws-amplify/analytics
Version:
Analytics category of aws-amplify
9 lines (8 loc) • 331 B
TypeScript
/**
* Disables the Analytics category.
*
* @note
* When Analytics is disabled events will not be buffered or transmitted to your selected service. Any auto-tracking
* behavior that you have configured via `configureAutoTrack` will not have any effect while Analytics is disabled.
*/
export declare const disable: () => void;