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 uploading debug symbols #134

Open
GeckoEidechse opened this issue Mar 6, 2023 · 0 comments
Open

Add support for uploading debug symbols #134

GeckoEidechse opened this issue Mar 6, 2023 · 0 comments

Comments

@GeckoEidechse
Copy link

As far as I can tell from the README, only uploading JavaScript source maps is supported. This means that for a native project (C, C++, Rust, etc) one has to additionally still upload debug information to sentry manually using sentry-cli.

If support for uploading the debug symbols were to be added to this action it would simplify the release process for theses types of actions by a lot.

As far as I know, this is platform dependent, e.g. for Windows one can upload the .pdb, for Linux/MacOS one has to build the binary with debug symbols, upload that binary, and then strip them again from binary for final release which might complicate things.

But at least for Windows adding this functionality should be relatively straight forward ^^

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

No branches or pull requests

1 participant