getsentry / getsentry/sentry

ui: Ability to download Artifact bundles / Release bundles as an archive (with all files in it)

Open
#63,499 3 comments 0 reactions 0 assignees View on GitHub
Feature
Dominant language
Python
Stars
44.8k
Forks
4.9k
Avg merge
1d 5h
Merged PRs (30d)
624

Description

### Problem Statement

I have a stacktrace that is not in Sentry (never sent / from a offline user / from console.log / etc), and I want the source map and files to see what the stack trace actually _is_.

I can download the source maps from sentry one-by-one using the UI, but it's 62 files.

After doing that I can create a fake `index.html` and Firefox/Chromium devtools will do its sourcemap-thing to go from minified stacktrace -> readable stacktrace.

### Solution Brainstorm

Add a button '[download bundle]' next to the '[delete bundle]' button.

![image](https://github.com/getsentry/sentry/assets/1451865/802aa746-3b7c-47e0-b811-162d5f4cdd27)

There was a similar request previously, but [that was using the API](https://github.com/getsentry/sentry/issues/32107).

### Product Area

Settings

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.