Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/commands/event/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,11 @@ async function fetchEventWithContext(
throw new ResolutionError(
`Event '${eventId}'`,
`not found in ${org}/${project}`,
`sentry event view ${org}/${project} ${eventId}`,
`sentry event view ${org}/<project> ${eventId}`,
[
"The event may have been deleted due to data retention policies",
"Verify the event ID is a 32-character hex string (e.g., a1b2c3d4...)",
`Check if the event belongs to a different project: sentry event view ${org}/ ${eventId}`,
`Search across all projects in the org: sentry event view ${org}/ ${eventId}`,
]
);
}
Expand Down
Loading