Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve alerting when sourcemap or debug file uploading fails #2179

Open
szokeasaurusrex opened this issue Oct 9, 2024 · 0 comments
Open

Comments

@szokeasaurusrex
Copy link
Member

When sourcemap or debug file uploading fails, the Sentry CLI exits with a nonzero exit code. However, Sentry CLI users (including plugins that use Sentry CLI) may choose to ignore this code to prevent the Sentry CLI from failing builds, and may instead only log a warning, which end users may ignore. As a result, end users may fail to realize that the uploading process failed, and as a result, they could get events in Sentry missing symbolication.

We should try to improve how we alert users when sourcemap/debug file uploading fails. We should investigate whether it might be possible to alert users directly through Sentry. Likely, this will require creating a new issue type or some other new mechanism for alerting users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant