Skip to content

Add session replay API helpers - #51

Closed
tustanivsky wants to merge 1 commit into
mainfrom
feat/sentry-replay-api-helper
Closed

Add session replay API helpers#51
tustanivsky wants to merge 1 commit into
mainfrom
feat/sentry-replay-api-helper

Conversation

@tustanivsky

Copy link
Copy Markdown
Collaborator

Adds Get-SentryReplay to the Sentry API client — fetches a replay instance via GET /projects/{org}/{project}/replays/{replay_id}/ — and a Get-SentryTestReplay polling wrapper in Integration.TestUtils.psm1, following the existing event/log/metric helper patterns.

Needed by the session replay integration test in getsentry/sentry-unreal#1445: the sample app stages a replay clip + metadata sidecar and crashes, the native crash daemon sends it as a replay_video envelope, and the test verifies the replay is ingested and linked to the crash event. Verified end-to-end against a real Sentry project.

🤖 Generated with Claude Code

Adds Get-SentryReplay to the Sentry API client (fetches a replay
instance via /projects/{org}/{project}/replays/{replay_id}/) and a
Get-SentryTestReplay polling wrapper for integration tests, following
the existing event/log/metric helper patterns.

Needed by sentry-unreal session replay integration tests.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@tustanivsky

Copy link
Copy Markdown
Collaborator Author

Superseded by a PR from the local development checkout.

@tustanivsky tustanivsky closed this Jul 2, 2026
@tustanivsky
tustanivsky deleted the feat/sentry-replay-api-helper branch July 2, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant