-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Summary
The CLI currently has no support for session replays. There is value in a dedicated CLI approach for replays — particularly for agent/automation use cases where you can pull down large sets of replays and run bash pipelines over them — that the MCP server does not yet support well.
Current Behavior
Session replay data is only accessible via the Sentry web UI or through the MCP server. There is no way to list, download, or inspect replays programmatically from the CLI.
Gap
- MCP is limited in bulk/batch replay workflows; a CLI approach enables scripting and piping (e.g., download lots of replays, run bash commands over them)
- No prior art in
getsentry/clifor replay commands
Options
- CLI-native replay commands — Add
sentry replay listandsentry replay viewcommands backed by the Sentry Replays API, following the existing patterns forsentry span,sentry trace, etc. - MCP only — Extend the MCP server instead; but bulk operations and bash pipelines are harder to express there
- Both in parallel — CLI for automation/scripting, MCP for interactive agent flows
Recommendation
Build CLI-native replay commands in parallel with any MCP experimentation. The CLI unlocks bulk pull-down and composable scripting that MCP cannot easily provide today.
Action taken on behalf of Miguel Betegón.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.