chore(api-docs): Document GroupEventDetailsEndpoint
Depends on changes in https://github.com/getsentry/sentry/pull/78575
This adds a lot of types to the event serializer responses to be able to type the API response correctly. This also combines the /latest and /oldest pages into a single page called "Retrieve an Issue Event".
Before:
After:
🚨 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.
Codecov Report
Attention: Patch coverage is 99.35897% with 1 line in your changes missing coverage. Please review.
:white_check_mark: All tests successful. No failed tests found.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/sentry/api/serializers/models/event.py | 98.63% | 0 Missing and 1 partial :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #78647 +/- ##
==========================================
- Coverage 78.29% 78.19% -0.11%
==========================================
Files 7135 7101 -34
Lines 314262 313252 -1010
Branches 51329 51185 -144
==========================================
- Hits 246064 244951 -1113
- Misses 61764 61926 +162
+ Partials 6434 6375 -59
Suspect Issues
This pull request was deployed and Sentry observed the following issues:
- ‼️ RateLimitExceeded: Query on could not be run due to allocation policies, info: {'details': {'ConcurrentRateLimitAllo...
/api/0/projects/{organization_id_or_slug}/{proj...View Issue - ‼️ RateLimitExceeded: Query on could not be run due to allocation policies, info: {'details': {'ConcurrentRateLimitAllo...
/api/0/projects/{organization_id_or_slug}/{proj...View Issue
Did you find this useful? React with a 👍 or 👎