Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for DebugIds to the GitHub Action #206

Open
Tracked by #207 ...
smeubank opened this issue Dec 10, 2024 · 1 comment
Open
Tracked by #207 ...

Add Support for DebugIds to the GitHub Action #206

smeubank opened this issue Dec 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@smeubank
Copy link
Member

smeubank commented Dec 10, 2024

Background:

Sentry's most up to date solution for sourcemaps involved adding unique IDs to your source files, which you then upload to sentry. Those IDs will be present in your stack traces as well. Greatly simplifying the ability to connect stack traces to source files, and enabling sentry to link directly to your human readable source code.

SDK Docs: What are Artifact Bundles
Develop Docs: Debug IDs

Task

the GitHub Actions Release for Sentry use the sentry-cli, where the debugIds injections has been added, but the release action does not support it yet.

Possible need a new release of the GHA to support the latest version of the sentry-cli and expose the ability to inject debugIds. This ideally will support all platforms which support debugIds, javascript and react-native.

Solves:

#165

#164

#159

Simplifies:

#192

@houserx-jmcc
Copy link

@smeubank Great timing! I am looking to move away from custom GHAs that run sentry-cli for the release process, and this is the only remaining gap for me.

It would be a real win to be able to support all my GitHub workflow needs from a single officially supported action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants