Skip to content

ref(api): remove unused source-map-debug endpoint#116594

Merged
cvxluo merged 2 commits into
masterfrom
cvxluo/remove-unused-source-map-debug-endpoint
Jun 1, 2026
Merged

ref(api): remove unused source-map-debug endpoint#116594
cvxluo merged 2 commits into
masterfrom
cvxluo/remove-unused-source-map-debug-endpoint

Conversation

@cvxluo
Copy link
Copy Markdown
Contributor

@cvxluo cvxluo commented Jun 1, 2026

The plain source-map-debug endpoint had zero internal usage (the frontend uses the blue-thunder-edition variant) and no external API traffic in the last 60 days. Remove the endpoint. To replace this, the blue-thunder-edition version will be promoted to public.

I chose to delete this endpoint entirely despite it being public given that we'll be publishing the other endpoint to replace it shortly, and due to the complete lack of traffic.

The plain source-map-debug endpoint had zero internal usage (the frontend uses the blue-thunder-edition variant) and no external API traffic in the last 60 days. Remove the endpoint, its sole-consumer helper, and its test.


Co-authored-by: Claude <noreply@anthropic.com>
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 1, 2026
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 1, 2026

🚨 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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 1, 2026

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.59%

@cvxluo cvxluo marked this pull request as ready for review June 1, 2026 17:46
@cvxluo cvxluo requested review from a team as code owners June 1, 2026 17:46
@cvxluo cvxluo merged commit c6f96e3 into master Jun 1, 2026
66 of 67 checks passed
@cvxluo cvxluo deleted the cvxluo/remove-unused-source-map-debug-endpoint branch June 1, 2026 17:56
cvxluo added a commit that referenced this pull request Jun 1, 2026
…g` (#116619)

Follow up of #116594, which
deleted the old `SourceMapDebug` endpoint. Since now there's only one
version of this endpoint anymore, I'm taking the opportunity to rename
the 'blue thunder edition' to just `SourceMapDebug`. No functionality
change here — follow up will be serving this endpoint from the old
`source-map-debug` URL and switching the frontend over.

Co-authored-by: Claude <noreply@anthropic.com>
afsuyadi pushed a commit to afsuyadi/sentry that referenced this pull request Jun 2, 2026
The plain `source-map-debug` endpoint had zero internal usage (the
frontend uses the `blue-thunder-edition` variant) and no external API
traffic in the last 60 days. Remove the endpoint. To replace this, the
`blue-thunder-edition` version will be promoted to public.

I chose to delete this endpoint entirely despite it being public given
that we'll be publishing the other endpoint to replace it shortly, and
due to the complete lack of traffic.

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
afsuyadi pushed a commit to afsuyadi/sentry that referenced this pull request Jun 2, 2026
…g` (getsentry#116619)

Follow up of getsentry#116594, which
deleted the old `SourceMapDebug` endpoint. Since now there's only one
version of this endpoint anymore, I'm taking the opportunity to rename
the 'blue thunder edition' to just `SourceMapDebug`. No functionality
change here — follow up will be serving this endpoint from the old
`source-map-debug` URL and switching the frontend over.

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants