Method: Fastlane::Setup#show_analytics_note

Defined in:
fastlane/lib/fastlane/setup/setup.rb

#show_analytics_noteObject



360
361
362
363
# File 'fastlane/lib/fastlane/setup/setup.rb', line 360

def show_analytics_note
  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, more information: " + "https://docs.fastlane.tools/#metrics".cyan)
end