fastlane/lib/fastlane/action_collector.rb in fastlane-2.77.0.beta.20180117010004 vs fastlane/lib/fastlane/action_collector.rb in fastlane-2.77.0.beta.20180118010004
- old
+ new
@@ -17,10 +17,10 @@
return nil
end
def show_message
- UI.message("Sending Crash/Success information. Learn more at https://github.com/fastlane/fastlane#metrics")
+ UI.message("Sending Crash/Success information. Learn more at https://docs.fastlane.tools/#metrics")
UI.message("No personal/sensitive data is sent. Only sharing the following:")
UI.message(launches)
UI.message(@error) if @error
UI.message("This information is used to fix failing actions and improve integrations that are often used.")
UI.message("You can disable this by adding `opt_out_usage` at the top of your Fastfile")