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
Copy file name to clipboardExpand all lines: pr-preview/pr-685/commands/event/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ <h3 id="sentry-event-list-issue"><code dir="auto">sentry event list <issue>
244
244
245
245
246
246
247
-
<table><thead><tr><th>Option</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">-n, --limit <limit></code></td><td>Number of events (1-1000) (default: "25")</td></tr><tr><td><codedir="auto">-q, --query <query></code></td><td>Search query (Sentry search syntax)</td></tr><tr><td><codedir="auto">--full</code></td><td>Include full event body (stacktraces)</td></tr><tr><td><codedir="auto">-t, --period <period></code></td><td>Time range: "7d", "2026-03-07..2026-04-07", ">=2026-03-07" (default: "7d")</td></tr><tr><td><codedir="auto">-f, --fresh</code></td><td>Bypass cache, re-detect projects, and fetch fresh data</td></tr><tr><td><codedir="auto">-c, --cursor <cursor></code></td><td>Navigate pages: "next", "prev", "first" (or raw cursor string)</td></tr></tbody></table>
247
+
<table><thead><tr><th>Option</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">-n, --limit <limit></code></td><td>Number of events (1-1000) (default: "25")</td></tr><tr><td><codedir="auto">-q, --query <query></code></td><td>Search query (Sentry search syntax)</td></tr><tr><td><codedir="auto">--full</code></td><td>Include full event body (stacktraces)</td></tr><tr><td><codedir="auto">-t, --period <period></code></td><td>Time range: "7d", "2026-03-08..2026-04-08", ">=2026-03-08" (default: "7d")</td></tr><tr><td><codedir="auto">-f, --fresh</code></td><td>Bypass cache, re-detect projects, and fetch fresh data</td></tr><tr><td><codedir="auto">-c, --cursor <cursor></code></td><td>Navigate pages: "next", "prev", "first" (or raw cursor string)</td></tr></tbody></table>
248
248
<p>All commands support <codedir="auto">--json</code> for machine-readable output and <codedir="auto">--fields</code> to select specific JSON fields.</p>
0 commit comments