Skip to content

feat(snapshots): Print snapshot URL after upload#3167

Merged
runningcode merged 4 commits intomasterfrom
no/eme-898-print-snapshot-url
Mar 4, 2026
Merged

feat(snapshots): Print snapshot URL after upload#3167
runningcode merged 4 commits intomasterfrom
no/eme-898-print-snapshot-url

Conversation

@runningcode
Copy link
Contributor

Summary

  • Adds snapshot_url (optional) to CreateSnapshotResponse
  • Prints the snapshot URL after a successful upload so users can navigate directly to it

Depends on companion sentry PR: getsentry/sentry#109662

Fixes EME-898

Read the new snapshotUrl field from the create snapshot response and
print it so users can navigate directly to their snapshot.
@linear
Copy link

linear bot commented Mar 2, 2026

@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against c43c381

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@runningcode runningcode marked this pull request as ready for review March 3, 2026 08:17
@runningcode runningcode requested review from a team and szokeasaurusrex as code owners March 3, 2026 08:17
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

if let Some(url) = &response.snapshot_url {
println!(
"{} View snapshot at {}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"View snapshots"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@runningcode runningcode enabled auto-merge (squash) March 3, 2026 17:54
@runningcode runningcode changed the title feat: Print snapshot URL after upload feat(snapshots): Print snapshot URL after upload Mar 4, 2026
@runningcode runningcode merged commit 1a9bfe5 into master Mar 4, 2026
25 checks passed
@runningcode runningcode deleted the no/eme-898-print-snapshot-url branch March 4, 2026 11:53
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.

3 participants