Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

feat(replay): Add session replay commands to CLI

オープン
#481 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
typescript
領域
api, cli

調査の方向性

まず既存の CLI コマンド sentry spansentry trace を読んでプロジェクトのコマンドパターンを理解し、次に Sentry Replays API を調査します。CLI が replay の一覧表示および表示コマンドを提供し、スクリプト化されたワークフローと一括ワークフローをサポートすれば完了です。

索引モデルが issue の本文から書いたものです。

説明

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/cli for replay commands

Options

  1. CLI-native replay commands — Add sentry replay list and sentry replay view commands backed by the Sentry Replays API, following the existing patterns for sentry span, sentry trace, etc.
  2. MCP only — Extend the MCP server instead; but bulk operations and bash pipelines are harder to express there
  3. 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.

主要言語
TypeScript
スター
121
フォーク
14
平均マージ
23時間 54分
マージ済み PR(30日)
103

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

getsentry/cli のほかの issue

getsentry/cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。