### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. The transaction is associated with loading a trace view. 2. Here's the parent pageload: [link](https://sentry.sentry.io/performance/summary/?project=11276&query=&referrer=performance-transaction-summary&statsPeriod=24h&transaction=%2Fperformance%2Ftrace%2F%3AtraceSlug%2F&unselectedSeries=p100%28%29&unselectedSeries=avg%28%29) 3. Correct transaction summary: [link](https://sentry.sentry.io/performance/summary/?project=1&query=http.method%3AGET&referrer=performance-transaction-summary&statsPeriod=90d&transaction=%2Fapi%2F0%2Forganizations%2F%7Borganization_slug%7D%2Fevents-trace%2F%7Btrace_id%7D%2F&unselectedSeries=p100%28%29&unselectedSeries=avg%28%29) 4. Renamed transaction summary: [link](https://sentry.sentry.io/performance/summary/?project=1&query=&referrer=performance-transaction-summary&statsPeriod=90d&transaction=%2Fapi%2F0%2Forganizations%2F%7Borganization_slug%7D%2F&unselectedSeries=p100%28%29&unselectedSeries=avg%28%29) 5. The change that introduced the bug: [link](https://github.com/getsentry/sentry-python/pull/1773/files) ### Expected Result Transaction name is` /api/0/organizations/{organization_slug}/events-trace/{trace_id}/` ### Actual Result Transaction name is renamed from `/api/0/organizations/{organization_slug}/events-trace/{trace_id}/` to `/api/0/organizations/{organization_slug}/`. ### Product Area Other ### Link _No response_ ### DSN _No response_ ### Version _No response_