-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix(merged-issues): Update grouphash endpoint to use simple serializer #81017
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
Conversation
9508fae to
434f980
Compare
434f980 to
a7e6180
Compare
|
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
Splitting out the docs change from #81017.
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #81017 +/- ##
==========================================
- Coverage 78.28% 75.07% -3.22%
==========================================
Files 7215 7208 -7
Lines 319794 319485 -309
Branches 44034 43974 -60
==========================================
- Hits 250359 239855 -10504
- Misses 63038 73096 +10058
- Partials 6397 6534 +137 |
Splitting out the docs change from #81017.
Splitting out the docs change from #81017.
Splitting out the docs change from #81017.
Switching to a simple serializer for the grouphash endpoint. This endpoint is used to load the merged-issues page on an issue and doesn't need to gather all the extra info (stacktrace, packages, tags, etc) about all events in order to populate the page.
Fixes #80961