-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(nestjs): Deprecate @WithSentry
in favor of @SentryExceptionCaptured
#14323
Conversation
size-limit report 📦
|
What is the reason for creating the deprecation pr separately? |
It gives us the possibilty to publish a version that has the migration path layed out, so that we can update the docs in peace to point to the newer version. That way we never have docs that tell people to use a deprecated thing. This is one of the learnings we had in v8. For things that we expect to have close to 0 direct usage we can skip this circus but I assume this has a lot of usage. |
Ref #14293