opt_out_usage¶
This will stop uploading the information which actions were run
By default, fastlane will track what actions are being used. No personal/sensitive information is recorded.
Learn more at https://docs.fastlane.tools/#metrics.
Addopt_out_usage
at the top of your Fastfile to disable metrics collection.
opt_out_usage | |
---|---|
Supported platforms | ios, android, mac |
Author | @KrauseFx |
1 Example¶
opt_out_usage # add this to the top of your Fastfile
To show the documentation in your terminal, run
fastlane action opt_out_usage