From 68212bba4898ca82db65343a27b637bad63d8eb2 Mon Sep 17 00:00:00 2001 From: Dominik Buszowiecki Date: Wed, 27 May 2026 10:13:54 -0400 Subject: [PATCH] ref(replays): Remove control-silo URL pattern for removed data export 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 --- static/app/data/controlsiloUrlPatterns.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/static/app/data/controlsiloUrlPatterns.ts b/static/app/data/controlsiloUrlPatterns.ts index 0dd9035079a950..f1f4c01da33470 100644 --- a/static/app/data/controlsiloUrlPatterns.ts +++ b/static/app/data/controlsiloUrlPatterns.ts @@ -167,7 +167,6 @@ export const controlsiloUrlPatterns: RegExp[] = [ new RegExp('^api/0/api-tokens/[^/]+/$'), new RegExp('^api/0/authenticators/$'), new RegExp('^api/0/accept-invite/[^/]+/[^/]+/[^/]+/$'), - new RegExp('^api/0/data-export/notifications/google-cloud/$'), new RegExp('^api/0/notification-defaults/$'), new RegExp('^api/0/sentry-apps-stats/$'), new RegExp('^api/0/doc-integrations/$'),