Replies: 1 comment
-
I found this possible workaround #12454 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Next + Vercel + Sentry, I configured the project based on https://github.com/vercel/next.js/tree/canary/examples/with-sentry and use
SentryWebpackPlugin
to upload the sourcemap like thisHow I should bind the
release: buildId
when I initialize Sentry in_app.tsx
?here
release
should bebuildId
as well.Beta Was this translation helpful? Give feedback.
All reactions