Skip to content

Commit 456ebf5

Browse files
committed
chore: regenerate SKILL.md after merge
1 parent 0e78088 commit 456ebf5

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

  • plugins/sentry-cli/skills/sentry-cli

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

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

413-
### Profile
414-
415-
Analyze CPU profiling data
416-
417-
#### `sentry profile list <target>`
418-
419-
List transactions with profiling data
420-
421-
**Flags:**
422-
- `--period <value> - Time period: 1h, 24h, 7d, 14d, 30d - (default: "24h")`
423-
- `-n, --limit <value> - Maximum number of transactions to return - (default: "20")`
424-
- `--json - Output as JSON`
425-
426-
#### `sentry profile view <transaction>`
427-
428-
View CPU profiling analysis for a transaction
429-
430-
**Flags:**
431-
- `--org <value> - Organization slug`
432-
- `--project <value> - Project slug`
433-
- `--period <value> - Stats period: 1h, 24h, 7d, 14d, 30d - (default: "7d")`
434-
- `-n, --limit <value> - Number of hot paths to show (max 20) - (default: "10")`
435-
- `--allFrames - Include library/system frames (default: user code only)`
436-
- `--json - Output as JSON`
437-
- `-w, --web - Open in browser`
438-
439413
### Log
440414

441415
View Sentry logs
@@ -489,6 +463,32 @@ sentry log list my-org/backend -f -q 'level:error'
489463
sentry log list --json | jq '.[] | select(.level == "error")'
490464
```
491465

466+
### Profile
467+
468+
Analyze CPU profiling data
469+
470+
#### `sentry profile list <target>`
471+
472+
List transactions with profiling data
473+
474+
**Flags:**
475+
- `--period <value> - Time period: 1h, 24h, 7d, 14d, 30d - (default: "24h")`
476+
- `-n, --limit <value> - Maximum number of transactions to return - (default: "20")`
477+
- `--json - Output as JSON`
478+
479+
#### `sentry profile view <transaction>`
480+
481+
View CPU profiling analysis for a transaction
482+
483+
**Flags:**
484+
- `--org <value> - Organization slug`
485+
- `--project <value> - Project slug`
486+
- `--period <value> - Stats period: 1h, 24h, 7d, 14d, 30d - (default: "7d")`
487+
- `-n, --limit <value> - Number of hot paths to show (max 20) - (default: "10")`
488+
- `--allFrames - Include library/system frames (default: user code only)`
489+
- `--json - Output as JSON`
490+
- `-w, --web - Open in browser`
491+
492492
### Issues
493493

494494
List issues in a project

0 commit comments

Comments
 (0)