sentry-fastlane-plugin: Sentry hangs on starting CLI..
When starting the plugin within a fastlane run a large portion of the runs hang on Starting sentry-cli... and there seems to be no way to recover.
Using sentry cli 1.35.6
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 36 (16 by maintainers)
If anyone else needs a short-term workaround to install an older version of
sentry-cli, I’m using this in my CI system:I am actually using this on Bitrise successfully, via a shell script step:
The new 1.69.0 has the same problem so you’ll need to update your workaround scripts to:
Do you folks have access to Bitrise? It’s 100% reproducible on there for our builds. The Hobby plan is free, so you could try a basic app setup there in hopes of reproducing.
Release is out https://github.com/getsentry/sentry-fastlane-plugin/releases/tag/1.8.3
@bruno-garcia Sorry I forgot to mention, Fastlane was already configured to verbose logging for both of the above build logs.