Nitro: How do I pass data in a middleware to route handlers?
In Express, you can do this attaching data to the
response.locals
object. How do I do this in Nitro?2 Replies
alter the event context
https://www.lichter.io/articles/nuxt3-sentry-recipe/#nitro-integration-sentry-on-the-server-side <- example
www.lichter.io
Integrate Sentry with your Nuxt 3 application - A Recipe
Sentry is a great tool to track errors and performance issues in your application - but the Nuxt module is not Nuxt 3 compatible yet. In this article, I'll show you how to integrate Sentry into your Nuxt 3 application, even before the module is ready and also share why it takes longer than you might think to build the module.