You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @adamghowiba - this is a duplicate of #15110, being tracked over there! Going to close this issue in favour of that one so we have everything in one place. Thanks for opening an issue!
Hey @adamghowiba - this is a duplicate of #15110, being tracked over there! Going to close this issue in favour of that one so we have everything in one place. Thanks for opening an issue!
My apologies, I tried searching for an existing issue for some reason I didn't catch that.
Problem Statement
the
@sentry/nestjs
package is throwing NPMConflicting peer dependency
because it only allows Nest v8,-v10.Nest has recently upgraded to v11, and to my knowledge this migration is minimal and shouldn't effect sentry at all.
Solution Brainstorm
Allow
@sentry/nestjs
package to use v11.This should require bumping
@nestjs/common
and@nestjs/core
to v11The text was updated successfully, but these errors were encountered: