Skip to content

Commit ce939e1

Browse files
committed
chore: regenerate SKILL.md for profile commands
1 parent e757183 commit ce939e1

File tree

1 file changed

+26
-0
lines changed
  • plugins/sentry-cli/skills/sentry-cli

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,32 @@ Update the Sentry CLI to the latest version
397397
- `--check - Check for updates without installing`
398398
- `--method <value> - Installation method to use (curl, npm, pnpm, bun, yarn)`
399399

400+
### Profile
401+
402+
Analyze CPU profiling data
403+
404+
#### `sentry profile list <target>`
405+
406+
List transactions with profiling data
407+
408+
**Flags:**
409+
- `--period <value> - Time period: 1h, 24h, 7d, 14d, 30d - (default: "24h")`
410+
- `-n, --limit <value> - Maximum number of transactions to return - (default: "20")`
411+
- `--json - Output as JSON`
412+
413+
#### `sentry profile view <transaction>`
414+
415+
View CPU profiling analysis for a transaction
416+
417+
**Flags:**
418+
- `--org <value> - Organization slug`
419+
- `--project <value> - Project slug`
420+
- `--period <value> - Stats period: 1h, 24h, 7d, 14d, 30d - (default: "7d")`
421+
- `-n, --limit <value> - Number of hot paths to show (max 20) - (default: "10")`
422+
- `--allFrames - Include library/system frames (default: user code only)`
423+
- `--json - Output as JSON`
424+
- `-w, --web - Open in browser`
425+
400426
## Output Formats
401427

402428
### JSON Output

0 commit comments

Comments
 (0)