DEV Community

Discussion on: Add Sentry to Vercel Next.js API Routes

Collapse
 
fredyc profile image
Daniel K.

Hey, I wonder, were you able to figure out out how to work with Sentry scopes in an async manner? I mean when I use configureScope with some additional details from the request that fails, but another request comes in the meantime which overrides those details so I end up with error report that has wrong details.