Luis Palacios

Results 2 comments of Luis Palacios

I've run into the same issue on Express I've tried every way to add custom data but to no avail. My code is like this: ```js sentry.init(sentryConfig.get(app)); app.use(sentry.Handlers.requestHandler()); app.use((err, req,...