Skip to content

Commit 6b6d816

Browse files
chore: regenerate skill files and command docs
1 parent a9bd0c8 commit 6b6d816

File tree

1 file changed

+9
-9
lines changed
  • plugins/sentry-cli/skills/sentry-cli/references

1 file changed

+9
-9
lines changed

plugins/sentry-cli/skills/sentry-cli/references/event.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ View details of a specific event
2020
- `--spans <value> - Span tree depth limit (number, "all" for unlimited, "no" to disable) - (default: "3")`
2121
- `-f, --fresh - Bypass cache, re-detect projects, and fetch fresh data`
2222

23-
**Examples:**
24-
25-
```bash
26-
sentry event view abc123def456abc123def456abc12345
27-
28-
# Open in browser
29-
sentry event view abc123def456abc123def456abc12345 -w
30-
```
31-
3223
### `sentry event list <issue>`
3324

3425
List events for an issue
@@ -61,4 +52,13 @@ List events for an issue
6152
| `crashFile` | string \| null | Crash file URL |
6253
| `metadata` | unknown \| null | Event metadata |
6354

55+
**Examples:**
56+
57+
```bash
58+
sentry event view abc123def456abc123def456abc12345
59+
60+
# Open in browser
61+
sentry event view abc123def456abc123def456abc12345 -w
62+
```
63+
6464
All commands also support `--json`, `--fields`, `--help`, `--log-level`, and `--verbose` flags.

0 commit comments

Comments
 (0)