[platform] Emergency bypass Sandbox Mirror (direct ingest to demo.sentry.io)#1170
Draft
[platform] Emergency bypass Sandbox Mirror (direct ingest to demo.sentry.io)#1170
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (22.01%) is below the target coverage (35.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #1170 +/- ##
=======================================
Coverage 22.01% 22.01%
=======================================
Files 42 42
Lines 1349 1349
Branches 174 174
=======================================
Hits 297 297
- Misses 1026 1027 +1
+ Partials 26 25 -1
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Caution
Only merge if demo.sentry.io is broken (see below for exact circumstances when this should be used)
Goal / When to Use
Merge this if Sandbox Mirror is broken (both Empower Plant app and TDA are up and working, is sending Sentry envelopes but ingest endpoint silently fails, i.e. no events show up in demo and sandbox orgs, even though it returns HTTP 200s, or, less commonly, responds with non-200 code).
Limitations
This only covers
empower, soios,android,react-nativeetc will need a manual intervention.Implementation
This relies on
<PROJECT>_DSNvars being set in GCP Secret Manager. As more projects are added it may be necessary to add secrets with direct DSNs for them.Not if one project deployment fails, all the following will to. Please monitor auto-deploy.yml workflow to make sure it succeeds.
Testing
none