fastlane/lib/fastlane/setup/setup.rb in fastlane-2.29.0.beta.20170508010014 vs fastlane/lib/fastlane/setup/setup.rb in fastlane-2.29.0.beta.20170509010055

- old
+ new

@@ -45,12 +45,12 @@ def is_react_native? SetupIos.project_uses_react_native?(path: "./ios") end def show_analytics - UI.message("fastlane will send the number of errors for each action to") - UI.message("https://github.com/fastlane/enhancer to detect integration issues") + UI.message("fastlane will collect the number of errors for each action to detect integration issues") UI.message("No sensitive/private information will be uploaded") + UI.message("Learn more at https://github.com/fastlane/fastlane#metrics") end end end require 'fastlane/setup/setup_ios'