Skip to content

Commit d2f086d

Browse files
authored
Use sentry_check_cli_installed to verify Sentry's CLI requirements (#17905)
2 parents bff58f6 + 4c8a217 commit d2f086d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

fastlane/Fastfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,10 @@ def read_version_from_config
10281028
end
10291029

10301030
def ensure_sentry_installed
1031-
UI.user_error('sentry-cli not installed') unless sh('command -v sentry-cli')
1031+
# 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
10321035
end
10331036

10341037
# This function is Buildkite-specific

0 commit comments

Comments
 (0)