Skip to content

Commit f98c5de

Browse files
committed
chore: regenerate SKILL.md after adding --web flag to profile list
1 parent b14520f commit f98c5de

File tree

1 file changed

+2
-1
lines changed
  • plugins/sentry-cli/skills/sentry-cli

1 file changed

+2
-1
lines changed

plugins/sentry-cli/skills/sentry-cli/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ List transactions with profiling data
475475
- `--period <value> - Time period: 1h, 24h, 7d, 14d, 30d - (default: "24h")`
476476
- `-n, --limit <value> - Maximum number of transactions to return - (default: "20")`
477477
- `--json - Output as JSON`
478+
- `-w, --web - Open in browser`
478479

479480
#### `sentry profile view <transaction>`
480481

@@ -483,7 +484,7 @@ View CPU profiling analysis for a transaction
483484
**Flags:**
484485
- `--org <value> - Organization slug`
485486
- `--project <value> - Project slug`
486-
- `--period <value> - Stats period: 1h, 24h, 7d, 14d, 30d - (default: "7d")`
487+
- `--period <value> - Stats period: 1h, 24h, 7d, 14d, 30d - (default: "24h")`
487488
- `-n, --limit <value> - Number of hot paths to show (max 20) - (default: "10")`
488489
- `--allFrames - Include library/system frames (default: user code only)`
489490
- `--json - Output as JSON`

0 commit comments

Comments
 (0)