getsentry / action-release

GitHub Action for creating a release on Sentry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to inject source maps as well as upload

jjgriff93 opened this issue · comments

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.

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.

commented

I also just experienced this issue 😕 Will have to go back to installing sentry-cli to have proper sourcemaps support...