-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
chore(sentry_apps): Move logic and refs to use new tasks, round 2 #78794
Conversation
Co-authored-by: Mark Story <[email protected]>
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #78794 +/- ##
==========================================
- Coverage 78.22% 78.17% -0.06%
==========================================
Files 7105 7089 -16
Lines 313140 312581 -559
Branches 51129 51090 -39
==========================================
- Hits 244965 244349 -616
- Misses 61811 61860 +49
- Partials 6364 6372 +8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
old one: (#78347) -> was reverted due to shim erroring tasks
Have the new tasks contain the logic and point other refs torward the new tasks.
issue ref (#73857 )