-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
8.20.0
Framework Version
14.2.5
Link to Sentry event
No response
Reproduction Example/SDK Setup
In instrumentation.ts
import { registerOTel } from "@vercel/otel"
import * as Sentry from "@sentry/nextjs"
export function register() {
Sentry.init({})
registerOTel("my-service")
}Steps to Reproduce
- Add
Sentry.init({})to the next instrumentation hook - Otel integration stops working
Expected Result
Sentry shouldn't mess with otel instrumentation from nextjs.
Actual Result
Traces are not produced/send to collector
Metadata
Metadata
Assignees
Labels
Projects
Status
No status