Closed snigdhas closed 23 hours ago
🚨 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 #discuss-dev-infra
channel.
All modified and coverable lines are covered by tests :white_check_mark:
:white_check_mark: All tests successful. No failed tests found.
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 https://github.com/getsentry/sentry/issues/80961