Description
Problem Statement
I'm trying to upgrade to v8 of @sentry/node
. By and large, the migration instructions at https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.mdand https://docs.sentry.io/platforms/javascript/migration/v7-to-v8 have done a good job explaining how to upgrade. However, there's no mention of the fact that the Handlers
export was removed, or what APIs have replaced Handlers.requestHandler()
, Handlers.tracingHandler()
, or Handlers.errorHandler()
. The only relevant mention of handlers in either doc is under "Removal of Sentry.Handlers.trpcMiddleware()
in favor of Sentry.trpcMiddleware()
".
Solution Brainstorm
I'd expect the v8 migration instructions to contain documentation on replacement APIs for Handlers.requestHandler()
, Handlers.tracingHandler()
, and Handlers.errorHandler()
.
Metadata
Metadata
Assignees
Type
Projects
Status