Skip to content

Commit 4c8a217

Browse files
committed
Use sentry_check_cli_installed to verify Sentry's CLI requirements
This is an action provided by the Sentry Fastlane plugin that verifies the CLI is installed and its version is compatible with the plugin's expectation.
1 parent 468fa76 commit 4c8a217

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)