You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fastify v5 introduced diagnostics channels which we could use for automatic setup of the error and request handlers instead of users having to run setupFastifyErrorHandler manually.
While we cannot yet get rid of the handler for <v5, we could simplify the setup for users on v5.
See tracing:fastify.request.handler:start and tracing:fastify.request.handler:error.