getsentry / action-release

GitHub Action for creating a release on Sentry
Apache License 2.0
446 stars 53 forks source link

Option to inject source maps as well as upload #165

Open jjgriff93 opened 1 year ago

jjgriff93 commented 1 year ago

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.

imolorhe commented 11 months ago

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.

decline commented 11 months ago

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

maximemalou commented 5 months ago

Up here, would be great to have this option set up !