We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@sentry/node
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
Users should use @sentry/nestjs instead of @sentry/node with the nest integration.
@sentry/nestjs
While the nest integration is automatically added, we can add a deprecation warning to setupNestErrorHandler when used from @sentry/node.
setupNestErrorHandler
In v9, we'll remove the nest integration from @sentry/node, in favor of users using the nest SDK directly.
NOTE: We should only do this once we removed any beta warnings/labels from the Nest SDK.
NOTE by @lforst: This should likely also wait until #14292 is completed.
The text was updated successfully, but these errors were encountered:
beta
meta: Remove beta label from NestJS SDK readme (#14319)
d41a04d
Ref #14242 The NestJS SDK is stable enough for us to remove this label. All the breaking changes we do to the SDK are gonna end up in v9.
nestIntegration
This issue was referenced by PR #14374, which was included in the 8.40.0 release.
Sorry, something went wrong.
ad7043c
lforst
Successfully merging a pull request may close this issue.
Description
Users should use
@sentry/nestjs
instead of@sentry/node
with the nest integration.While the nest integration is automatically added, we can add a deprecation warning to
setupNestErrorHandler
when used from@sentry/node
.In v9, we'll remove the nest integration from
@sentry/node
, in favor of users using the nest SDK directly.NOTE: We should only do this once we removed any beta warnings/labels from the Nest SDK.
NOTE by @lforst: This should likely also wait until #14292 is completed.
The text was updated successfully, but these errors were encountered: