Method: Fastlane::Setup#show_analytics_note
- Defined in:
- fastlane/lib/fastlane/setup/setup.rb
#show_analytics_note ⇒ Object
360 361 362 363 |
# File 'fastlane/lib/fastlane/setup/setup.rb', line 360 def show_analytics_note UI.("fastlane will collect the number of errors for each action to detect integration issues") UI.("No sensitive/private information will be uploaded, more information: " + "https://docs.fastlane.tools/#metrics".cyan) end |