-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nestjsIssues related to the Sentry Nestjs SDKIssues related to the Sentry Nestjs SDK
Description
Problem Statement
Please add support to NestJS 11
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @sentry/[email protected]
npm error Found: @nestjs/[email protected]
npm error node_modules/@nestjs/common
npm error @nestjs/common@"^11.0.3" from the root project
npm error peer @nestjs/common@"^9.0.0 || ^10.0.0 || ^11.0.0" from @nestjs/[email protected]
npm error node_modules/@nestjs/cache-manager
npm error @nestjs/cache-manager@"^3.0.0" from the root project
npm error 14 more (@nestjs/config, @nestjs/core, @nestjs/jwt, ...)
npm error
npm error Could not resolve dependency:
npm error peer @nestjs/common@"^8.0.0 || ^9.0.0 || ^10.0.0" from @sentry/[email protected]
npm error node_modules/@sentry/nestjs
npm error @sentry/nestjs@"^8.50.0" from the root project
npm error
npm error Conflicting peer dependency: @nestjs/[email protected]
npm error node_modules/@nestjs/common
npm error peer @nestjs/common@"^8.0.0 || ^9.0.0 || ^10.0.0" from @sentry/[email protected]
npm error node_modules/@sentry/nestjs
npm error @sentry/nestjs@"^8.50.0" from the root project
Solution Brainstorm
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0" || ^11.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0" || ^11.0.0"
},
anotheri, eisnstein, nickhall, julian-zatloukal, BelalShatara and 14 more
Metadata
Metadata
Labels
Package: nestjsIssues related to the Sentry Nestjs SDKIssues related to the Sentry Nestjs SDK
Type
Projects
Status
No status