nestjs-sentry
nestjs-sentry copied to clipboard
NestJs 9 Support
Currently the package is requiring NestJs 8 as peer dependency. You can only install the extension via a force install. The package should therefor be updated to work with the current Nest Version
I've added NestJS 9 & sentry 7.7.0 in this PR https://github.com/ntegral/nestjs-sentry/pull/93
I've also created a fork-package in the mean time. https://www.npmjs.com/package/@xiifain/nestjs-sentry
Thanks @xiifain .
@Team any plans to merge this to the main branch any sooner?
People, please make this happen. It's a blocker for our update to Nest 9.
There is some update? It would be nice to have this merged, do you know if this library is still maintained?
Last commit was back in January - @ntegral are you around or should we migrate to a fork?
In the meantime, I've created a fork as well - https://github.com/travelerdev/nestjs-sentry
It upgrades to NestJS 9.x support, as well as Sentry 7.x and separates out dependencies on @nestjs/graphql
into their own package so that you can add Sentry to Nest without necessarily adding all the graphql-related dependencies (since optionalDependencies
doesn't actually work the way this repository uses it - see #71 )
Any progress on this?
Edit: I see the PR is merged, thanks