You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am running a npm run build in my local environment or in my gitlab-ci pipeline with the variables SENTRY_AUTH_TOKEN set I have my artifacts uploaded on sentry
I expect the artifacts to be uploaded with Vercel
See the attached screenshot, the 0 are the deploys from vercel and the 166 from local or gitlab ci
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
The SDK will currently only upload source artifacts in the production stage. Are you experiencing the same issue even when promoting builds to production?
This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.
Verify canary release
Provide environment information
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
Vercel
Describe the Bug
As I am using a private Gitlab server, this is the way I am deploying my app using Vercel
Expected Behavior
When I am running a
npm run build
in my local environment or in my gitlab-ci pipeline with the variablesSENTRY_AUTH_TOKEN
set I have my artifacts uploaded on sentryI expect the artifacts to be uploaded with Vercel
See the attached screenshot, the 0 are the deploys from vercel and the 166 from local or gitlab ci
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
https://github.com/vercel/next.js/tree/canary/examples/with-sentry
To Reproduce
Create app, add sentry deploy with vercel cli
The text was updated successfully, but these errors were encountered: