From 182f0f7010d745a795234996f70e6335f040dd95 Mon Sep 17 00:00:00 2001 From: Josh Edney Date: Fri, 4 Apr 2025 09:13:41 +0100 Subject: [PATCH] bump cli version --- scripts/init-rn-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init-rn-cli.sh b/scripts/init-rn-cli.sh index 6fbbb52f56..f5b84b5165 100755 --- a/scripts/init-rn-cli.sh +++ b/scripts/init-rn-cli.sh @@ -29,7 +29,7 @@ expect "What is your Bugsnag build endpoint?" { send -- "http://localhost:9339/b expect "If you want the latest version of @bugsnag/react-native hit enter, otherwise type the version you want" { send -- "$notifier_version\r" } expect "What is your Bugsnag project API key?" { send -- "1234567890ABCDEF1234567890ABCDEF\r" } expect "Do you want to install the BugSnag CLI to allow you to upload JavaScript source maps?" { send -- "Y\r" } -expect "If you want the latest version of @bugsnag/cli hit enter, otherwise type the version you want" { send -- "3.0.0-beta.0\r" } +expect "If you want the latest version of @bugsnag/cli hit enter, otherwise type the version you want" { send -- "3.0.0-beta.2\r" } expect "See https://docs.bugsnag.com/platforms/react-native/react-native/showing-full-stacktraces for details." { send -- "\r" } expect "Do you want to update your Xcode build phase to output JavaScript source maps?" { send -- "Y\r" } expect "This will enable you to see full native stacktraces. It can't be done automatically." { send -- "\r" }