feat(seerExplorer): deep-link Code Mode query and list APIs - #122926
Open
sentry-junior[bot] wants to merge 4 commits into
Open
feat(seerExplorer): deep-link Code Mode query and list APIs#122926sentry-junior[bot] wants to merge 4 commits into
sentry-junior[bot] wants to merge 4 commits into
Conversation
Map Explore/issue search HTTP routes onto the matching query pages from resolved_path params, and add section-home links for common list roots. Co-Authored-By: Jeremy Stanley <jeremy.stanley@sentry.io>
azulus
marked this pull request as ready for review
August 27, 2026 20:33
Contributor
📊 Type Coverage Diff
🔍 4 new type safety issues introduced
Type assertions (
This is informational only and does not block the PR. |
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 3 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 593dd07. Configure here.
Map dataset=discover onto Discover Explore, keep events field columns, and send classic monitors lists to the monitors surface.
Avoid repeating the same aggregate when field and yAxis overlap.
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.

Follow-up to #122890. Code Mode API rows for Explore/issue search and common list roots can deep-link into the matching UI.
Query routes (
/events/,/events-stats/,/events-meta/,/events-facets/,/events-timeseries/,/traces/,/issues/) pulldataset/query/project/statsPeriodfromresolved_pathand reuse the existingsearchUrlbuilders (Explore / issues / logs / metrics).List homes for releases, dashboards, monitors, workflows, members, teams, projects, replays, plus saved Explore/Discover queries and short ids.
Nested lists under an entity id (issue events, project members, team projects) keep the parent entity link — collection prefixes are scoped so they do not steal those.
Requested by jeremy.stanley.
--
View Junior Session [Sentry]