Skip to content

MongoDB | Sentry for Next.js

Source URL: https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/integrations/mongo

This integration only works in the Node.js and Bun runtimes.

Import name: Sentry.mongoIntegration

This integration is enabled by default when performance monitoring is enabled. If you’d like to modify your default integrations, read this.

The mongoIntegration adds instrumentation for the mongodb library to capture spans using @opentelemetry/instrumentation-mongodb.

Sentry.init({
integrations: [Sentry.mongoIntegration()],
});
  • mongodb: >=3.3 <7