You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve Sentry share URLs (e.g., https://{org}.sentry.io/share/issue/{id}/)
by threading support through the URL parsing, argument parsing, and issue
resolution pipeline.
Two-step resolution: call the public share API endpoint to get the numeric
group ID, then fetch full details via the authenticated API.
Changes:
- Add shareId field and matchSharePath() to sentry-url-parser.ts
- Add "share" variant to ParsedIssueArg in arg-parsing.ts
- Add getSharedIssue() API function (public endpoint, no auth)
- Add resolveShareIssue() and "share" case in issue resolution
- Make org optional on ParsedSentryUrl (share URLs may lack org)
- Guard org access in event/view.ts for type safety
0 commit comments