Problem Statement
the @sentry/nestjs package is throwing NPM Conflicting 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 v11