Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

feat(replay): Add session replay commands to CLI

Đang mở
#481 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
35/100
Loại issue
Tính năng
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Đình trệ
Công nghệ
typescript
Lĩnh vực
api, cli

Hướng nghiên cứu

Bắt đầu bằng cách đọc các lệnh CLI hiện có sentry spansentry trace để hiểu các mẫu lệnh của dự án, sau đó kiểm tra Sentry Replays API. Công việc được xem là hoàn thành khi CLI cung cấp các lệnh liệt kê và xem replay, hỗ trợ các quy trình làm việc bằng script và hàng loạt.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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.

Ngôn ngữ chính
TypeScript
Star
121
Fork
14
Merge trung bình
23 giờ 54 phút
Pull request đã merge (30 ngày)
103

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của getsentry/cli

Tất cả issue của getsentry/cli

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.