feat(replay): Add first-class replay querying and inspection by dcramer · Pull Request #904 · getsentry/cli · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
43ec836
feat(replay): Add replay list and view commands
dcramer May 1, 2026
5d25a37
fix(replay): Address replay validation drift
dcramer May 1, 2026
1d75923
feat(replay): Improve replay lookup and linkage
dcramer May 1, 2026
5a869b4
ref(replay): Simplify replay schema typing
dcramer May 1, 2026
6fbefb5
feat(replay): Expand replay querying and inspection
dcramer May 1, 2026
0a182b2
fix(replay): Normalize replay field fallbacks
dcramer May 1, 2026
663d594
ref(replay): Share replay environment parsing
dcramer May 1, 2026
2b1f63b
fix(replay): Address replay review feedback
dcramer May 1, 2026
1f7cb8b
fix(replay): Tighten replay follow-up behavior
dcramer May 1, 2026
68bd9ed
fix(replay): Clean up replay review feedback
dcramer May 1, 2026
eb5bf8a
fix(replay): Correct replay field and activity timing
dcramer May 1, 2026
90a6a1f
fix(replay): Tighten replay explore field handling
dcramer May 1, 2026
bcc5540
fix(replay): Separate replay aliases from convenience fields
dcramer May 1, 2026
cf62b16
fix(replay): Validate replay IDs in parsed URLs
dcramer May 1, 2026
4d26542
fix(replay): Tighten replay URL and hint defaults
dcramer May 1, 2026
39230db
fix(replay): Preserve org context for replay listing URLs
dcramer May 1, 2026
8d1e027
fix(replay): Reuse the shared replay list period default
dcramer May 1, 2026
e771a23
fix(replay): Format replay URL parser test coverage
dcramer May 1, 2026
6c7e2be
fix(replay): Normalize replay query and ID handling
dcramer May 1, 2026
3b36311
fix(replay): Normalize replay URLs and list fields
dcramer May 1, 2026
9ce3297
fix(replay): Reject extra replay view args
dcramer May 1, 2026
71606e7
ref(replay): consolidate replay-duration and replay-id into shared ut…
BYK May 2, 2026
d598cb5
ref(replay): extract formatting helpers and address review findings
BYK May 2, 2026
dea9eb4
fix(replay): address review bot findings
BYK May 2, 2026
d505e54
ref(explore): centralize replay dataset branching into resolveDataset…
BYK May 2, 2026
60f66a4
docs: add missing JSDoc to replay search, explore, and view internals
BYK May 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(replay): Reuse the shared replay list period default
Derive replay list hint rendering from LIST_PERIOD_FLAG.default so pagination commands cannot drift from the actual flag default. This keeps replay list behavior aligned with the shared list-command contract even if the default period changes later.

Add focused coverage for next-page hints so the shared default period stays omitted unless the user explicitly overrides it.

Co-Authored-By: OpenAI Codex <noreply@openai.com>
  • Loading branch information
2 people authored and BYK committed May 2, 2026
commit 8d1e0276bd630b90633b879efba9bfa9f8b56d03
2 changes: 1 addition & 1 deletion src/commands/replay/list.ts
26 changes: 26 additions & 0 deletions test/commands/replay/list.test.ts