Closed
Description
Description
- The
@WithSentry
decorator currently captures non-control-flow exceptions. We should probably provide an alias called something like (feat(nestjs): Add alias@SentryExceptionCaptured
for@WithSentry
#14322)CaptureSentryException
WithSentryExceptionCapturing
SentryCaptured
SentryExceptionCaptured
- update docs (Suggest using
SentryExceptionCaptured
instead ofWithSentry
sentry-docs#11833) - and deprecate the
WithSentry
name (feat(nestjs): Deprecate@WithSentry
in favor of@SentryExceptionCaptured
#14323)