Firebase

Adds instrumentation for Firebase. (default)

Import name: Sentry.firebaseIntegration

This integration is enabled by default. If you want to disable it, you can modify your default integrations.

Adds instrumentation for Firestore and Cloud Functions for Firebase.

Copied
Sentry.init({
  integrations: [Sentry.firebaseIntegration()],
});

  • firebase-functions: >=6.0.0 <7
  • @firebase/firestore: >=3.0.0 <5
Was this helpful?
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").