ref(api): remove unused events-trace-light endpoint#116519
Conversation
|
🚨 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 |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c3b3020. Configure here.
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.59% |
OrganizationEventsTraceLightEndpoint (GET /organizations/{org}/events-trace-light/{trace_id}/) is PRIVATE with zero external usage and no live frontend or backend callers — superseded by the events-trace and EAP trace endpoints. Remove the endpoint, its URL route, and its test class.
Co-authored-by: Claude <noreply@anthropic.com>
1d90231 to
ee29870
Compare

Endpoint is private with zero external usage and no live frontend or backend callers — superseded by the events-trace and EAP trace endpoints. Remove the endpoint, its URL route, and its test class.