- Deprecated
AddRequestDataToEventOptions.transaction
. This option effectively doesn't do anything anymore, and will be removed in v9. - Deprecated
TransactionNamingScheme
type.
- Deprecated
transactionNamingScheme
option inrequestDataIntegration
. - Deprecated
debugIntegration
. To log outgoing events, use Hook Options (beforeSend
,beforeSendTransaction
, ...). - Deprecated
sessionTimingIntegration
. To capture session durations alongside events, use Context (Sentry.setContext()
).
- Deprecated
@WithSentry
. Use@SentryExceptionCaptured
instead. - Deprecated
SentryTracingInterceptor
. If you are using@sentry/nestjs
you can safely remove any references to theSentryTracingInterceptor
. If you are using another package migrate to@sentry/nestjs
and remove theSentryTracingInterceptor
afterwards. - Deprecated
SentryService
. If you are using@sentry/nestjs
you can safely remove any references to theSentryService
. If you are using another package migrate to@sentry/nestjs
and remove theSentryService
afterwards. - Deprecated
SentryGlobalGenericFilter
. Use theSentryGlobalFilter
instead. TheSentryGlobalFilter
is a drop-in replacement. - Deprecated
SentryGlobalGraphQLFilter
. Use theSentryGlobalFilter
instead. TheSentryGlobalFilter
is a drop-in replacement.
- Deprecated
Request
in favor ofRequestEventData
.
- Deprecated
processThreadBreadcrumbIntegration
in favor ofchildProcessIntegration
. Functionally they are the same.