-
Notifications
You must be signed in to change notification settings - Fork 53
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
Option to inject source maps as well as upload #165
Comments
Any chance someone can look into this? I was assuming this was a one-stop github action for sentry release especially since it has an option for sourcemaps but it doesn't inject the debug IDs (which is also not immediately obvious) so an additional step is stil needed. |
I also just experienced this issue 😕 Will have to go back to installing sentry-cli to have proper sourcemaps support... |
Up here, would be great to have this option set up ! |
opened an issue to track adding this functionality, will close this ticket to track there as a i want to link to any other issues which may come up and are also related in one place |
Looking at the code, it doesn't seem that this action performs a
sentry-cli inject
before uploading the source maps - so they aren't linked to my issues. It would be great if by default it did this so I don't need to add another step to call the Sentry CLI in my pipeline, with the option to disable if necessary.The text was updated successfully, but these errors were encountered: