Skip to content

ref(replays): Remove control-silo URL pattern for removed data export endpoint#116298

Open
DominikB2014 wants to merge 1 commit into
masterfrom
dominikbuszowiecki/replay-920-remove-data-export-notifications-frontend-pattern
Open

ref(replays): Remove control-silo URL pattern for removed data export endpoint#116298
DominikB2014 wants to merge 1 commit into
masterfrom
dominikbuszowiecki/replay-920-remove-data-export-notifications-frontend-pattern

Conversation

@DominikB2014
Copy link
Copy Markdown
Contributor

Summary

Notes

  • static/app/utils/api/knownSentryApiUrls.generated.ts still lists the URL on line 33. That file is auto-generated by python3 -m tools.api_urls_to_typescript and its header explicitly notes that it is safe to deploy alongside backend changes — it will be cleaned up the next time the generator runs against a backend that no longer registers the route.
  • Frontend-only by design, per the repo's split-deploy rule (frontend and backend are not atomically deployed). Can land in any order relative to ref(replays): Remove unused data export notifications endpoint #116232.

Refs REPLAY-920
Refs VULN-1598

… endpoint

The /api/0/data-export/notifications/google-cloud/ endpoint is being
removed in PR #116232. Drop its entry from the hand-maintained control-silo
URL pattern list. The generated knownSentryApiUrls.generated.ts entry will
be cleaned up the next time tools/api_urls_to_typescript is run.

Refs REPLAY-920
Refs VULN-1598
Co-Authored-By: Claude <noreply@anthropic.com>
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 27, 2026

REPLAY-920

VULN-1598

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

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

@DominikB2014 DominikB2014 requested a review from cmanallen May 27, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant