Skip to content

peerDependencies issues when upgrade NextJS to v8 #13856

Closed as not planned
Closed as not planned

Description

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/nextjs

SDK Version

v7.109.0 --> 8.32.0

Framework Version

nextjs 14.2.3

Link to Sentry event

No response

Reproduction Example/SDK Setup

No response

Steps to Reproduce

npm install..

Expected Result

Sentry SDK should handle installing additional packages

Actual Result

└─┬ @sentry/nextjs 8.32.0
├─┬ @opentelemetry/instrumentation-http 0.53.0
│ ├── ✕ missing peer @opentelemetry/api@^1.3.0
│ ├─┬ @opentelemetry/core 1.26.0
│ │ └── ✕ missing peer @opentelemetry/api@">=1.0.0 <1.10.0"
│ └─┬ @opentelemetry/instrumentation 0.53.0
│ └── ✕ missing peer @opentelemetry/api@^1.3.0
└─┬ @sentry/opentelemetry 8.32.0
├── ✕ missing peer @opentelemetry/api@^1.9.0
├── ✕ missing peer @opentelemetry/core@^1.25.1
├── ✕ missing peer @opentelemetry/instrumentation@^0.53.0
└── ✕ missing peer @opentelemetry/sdk-trace-base@^1.26.0
Peer dependencies that should be installed:
@opentelemetry/api@">=1.9.0 <1.10.0" @opentelemetry/instrumentation@^0.53.0
@opentelemetry/core@^1.25.1 @opentelemetry/sdk-trace-base@^1.26.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    • Status

      Waiting for: Community

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions