-
I managed to get my Next.js repo integrated with Sentry including source maps for both server and client side, however, source maps for code running on edge runtime doesn't work (in server actions). When I used console.error and check log on Vercel, Vercel still shows the mapped stack trace but for some reasons Sentry can't. Any direction would be great of help! Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yeah this is known and a Vercel issue: vercel/vercel#10829 Vercel doesn't allow us to collect source maps. However, since Vercel is gonna kill the edge runtime we are likely not gonna invest any time in this. https://twitter.com/leeerob/status/1780705942734331983 |
Beta Was this translation helpful? Give feedback.
Yeah this is known and a Vercel issue: vercel/vercel#10829 Vercel doesn't allow us to collect source maps. However, since Vercel is gonna kill the edge runtime we are likely not gonna invest any time in this.
https://twitter.com/leeerob/status/1780705942734331983