Description
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.