- Add option to control the log output (#253)
- Replace
upload-dif
/upload-dsym
withdebug-files upload
(#234)
- Don't upload code source if "include_source" is false (#231)
- Bump CLI from v2.7.0 to v2.10.0 (#173, #175, #178, #181)
- Support multiple paths in
upload_dif
command (#177) set_commits
supports--ignore missing
(#180)
- No such file or directory (#168)
- fix: Bundle correct sentry-cli os/arch (#164)
- Enha: Pin/Bundle sentry-cli Version (#143)
- Bump CLI from v1.72.0 to v2.5.2 (#158)
- Enha: Support uploading multiple source map files simultaneously (#151)
- fix: Use threads to read
sentry-cli
output (#147)
- fix: Return output from
call_sentry_cli
to allow parsing infallback_sentry_cli_auth
(#140)
- fix: Prevent buffers deadlock by merging stdout and stderr (#138)
- feat: Add sentry cli path as parameter for actions (#97)
- Add missing mac supported platform to
sentry_upload_dsym
(#115)
- fix: Bug in upload process (#109)
- fix: Correct link to sentry docs in action description (#104)
We bumped the minimum sentry-cli version to 1.70.1
because it includes an essential fix for hanging dSYMs uploads.
- fix: Hanging dSYMs upload by setting min sentry-cli version to 1.70.1 (#102)
- fix: Upload Dif use '-' instead of '_' (#99)
- feat: Add default value
.
for path param ofsentry_upload_dif
action (#94) - feat: Add an action to check sentry-cli is installed(#78)
- fix: sets
--finalize
CLI parameter whenfinalize
option is set totrue
(#40)
- Don't push value to non-value param for upload-sourcemaps (#92)
- Add Sentry Create Deploy Action (#83)