We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sentry_check_cli_installed
2 parents bff58f6 + 4c8a217 commit d2f086dCopy full SHA for d2f086d
1 file changed
fastlane/Fastfile
@@ -1028,7 +1028,10 @@ def read_version_from_config
1028
end
1029
1030
def ensure_sentry_installed
1031
- UI.user_error('sentry-cli not installed') unless sh('command -v sentry-cli')
+ # This is an action provided by the Sentry Fastlane plugin that verifies the
1032
+ # CLI is installed and its version is compatible with the plugin's
1033
+ # expectation.
1034
+ sentry_check_cli_installed
1035
1036
1037
# This function is Buildkite-specific
0 commit comments