ref(profiling): rename explore/profiling URL to explore/profiles#115627
Merged
JoshuaKGoldberg merged 2 commits intoMay 26, 2026
Merged
Conversation
Unifies the naming in Explore so the Profiles section matches the pattern of other items (Traces, Logs, Metrics). Previously the URL and page title used 'Profiling' while the sidebar nav used 'Profiles'. Changes: - Route path: explore/profiling/ → explore/profiles/ - Document title and page heading: 'Profiling' → 'Profiles' - Breadcrumb label: 'Profiling' → 'Profiles' - Sidebar nav link: updated to point at profiles/ - Adds explore/profiling/* → explore/profiles/* redirect to preserve bookmarks and old links with query params - Legacy /profiling/ redirect now targets /explore/profiles/ Refs EXP-955 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.56% |
nsdeschenes
approved these changes
May 15, 2026
Contributor
nsdeschenes
left a comment
There was a problem hiding this comment.
Looks all good to me, wondering if there's a test we can add in to ensure that the redirect happens, so we don't have a regression or anything 👀
Member
Author
|
Good call, asking in Slack... |
This was referenced May 19, 2026
Member
Author
|
👍 Set up in:
|
Member
Author
|
Design engineering is still discussing, converting to draft for now. |
Member
Author
|
Resolved that we don't need the full backend redirects, that's older behavior. I'll get this merged up and back in review. 🚀 |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switches:
explore/profiling/toexplore/profiles/with a<Redirect>ProfilingtoProfilesNote that user-facing docs like https://docs.sentry.io/product/explore/profiling still say "Profiling".
Starts on EXP-955.