-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade Sentry to v8 and switch to IS_YSTV_BUILD #375
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #375 +/- ##
==========================================
+ Coverage 19.57% 19.62% +0.05%
==========================================
Files 95 95
Lines 3433 3439 +6
Branches 590 601 +11
==========================================
+ Hits 672 675 +3
+ Misses 2760 2617 -143
- Partials 1 147 +146 ☔ View full report in Codecov by Sentry. |
/yarn unlock |
2 similar comments
/yarn unlock |
/yarn unlock |
Trying to merge yarn.lock... follow along at https://github.com/ystv/badger/actions/runs/9881563878 |
/yarn unlock |
No conflicts found. |
/yarn unlock |
Something went wrong. Please look at the logs. |
/yarn unlock |
Something went wrong. Please look at the logs. |
/yarn unlock |
Something went wrong. Please look at the logs. |
This PR upgrades the Sentry SDK to v8 and applies some of their breaking changes.
It also renames the
IS_PRODUCTION_BUILD
environment variable toIS_YSTV_BUILD
to more accurately reflect its purpose, and updates the Desktop build process to respect it as well. This will become important if non-YSTV users start to use Badger - we don't want them to get our Sentry config for privacy reasons. We may want to re-evaluate this later once we have a more robust opt-out system, but for now just disable Sentry for non-YSTV builds.Resolves BDGR-171