Amplify has re-imagined the way frontend developers build fullstack applications. Develop and deploy without the hassle.

Page updated Apr 29, 2024

Enable and disable analytics

Disable Analytics

Analytics is enabled by default when you configure it in your app. To disable Analytics in your app use the disable function:

1await Amplify.Analytics.disable();

Enable Analytics

To enable analytics you can use the enable function in your app:

1Amplify.Analytics.enable();