feat(seerExplorer): Deep-link raw organization events API rows - #122082
Open
sentry-junior[bot] wants to merge 4 commits into
Open
feat(seerExplorer): Deep-link raw organization events API rows#122082sentry-junior[bot] wants to merge 4 commits into
sentry-junior[bot] wants to merge 4 commits into
Conversation
Raw Explore list_organization_events calls already carry dataset and query on resolved_path. Add a LINK_RULE so those rows open the matching Explore page the same way telemetry_live_search does. Co-Authored-By: Jeremy Stanley <jeremy.stanley@sentry.io>
Contributor
📊 Type Coverage Diff
🔍 7 new type safety issues introduced
Type assertions (
This is informational only and does not block the PR. |
azulus
marked this pull request as ready for review
August 14, 2026 21:38
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d2e5198. Configure here.
Co-Authored-By: Jeremy Stanley <jeremy.stanley@sentry.io>
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.

When Seer Code Mode calls the raw Explore events API, the call row already has
datasetandqueryonresolved_path, but no LINK_RULE claimed it. Onlytelemetry_live_searchrows were clickable.This adds an
organization_eventsrule for:GET .../events/GET .../events-timeseries/It maps the API query string onto the existing Explore deep-link builder and keeps seer's title as the label. No dataset → no link.
Companion seer title PR: getsentry/seer
feat/telemetry-api-call-titles.Checks
links.spec.tsx.Requested by jeremy.stanley.
--
View Junior Session [Sentry]