mozilla-mobile / mozilla-mobile/testops-dashboard
Sentry release versions not created when Testops Report DAILY job runs
@clarmso is already working on this.
Since Aug 18, 2026.
- Dominant language
- Python
- Stars
- 7
- Forks
- 7
- Avg merge
- 24m
- Merged PRs (30d)
- 2
Description
Summary
The "Testops Report DAILY - Production" GitHub Action failed on the master branch.
Build logs: https://github.com/mozilla-mobile/testops-dashboard/actions/runs/32114839630
Slack thread: https://mozilla.slack.com/archives/C08096YAV09/p1787041687873669
Root cause (from thread investigation)
The Sentry release versions weren't created on Sentry's end when the job ran, which caused the failure. Re-running the job (https://github.com/mozilla-mobile/testops-dashboard/actions/runs/32114839630/job/95725383876) was the workaround.
Suggested fix
This failure mode (Sentry release/version not existing when the job runs) should be caught and logged explicitly, rather than surfacing as a raw job failure — so it's clear at a glance that this is a "Sentry versions not created yet" case rather than a generic error, and so it can be tracked/alerted on if it recurs.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.