Skip to content

Tedious | Sentry for Next.js

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

This integration only works in the Node.js and Bun runtimes. Requires SDK version 8.38.0 or higher.

Import name: Sentry.tediousIntegration

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

The tediousIntegration adds instrumentation for the tedious library to capture spans using @opentelemetry/instrumentation-tedious.

Sentry.init({
integrations: [Sentry.tediousIntegration()],
});
  • tedious: >=1.11.0 <20