Disable Analytics Plugin?

My iOS project builds in 30 minutes. However, the build keeps running for another 10 minutes Submitting anonymized usage informations...

This plugin/step does not appear in bitrise.yml. Is there any way to disable it?

Thanks…scott

Summary

This text will be hidden

I have the same problem - do you have a solution yet?

Add the following command to a Script Step:

bitrise: analytics off

Hi Cathy, it doesn’t work for me

+ bitrise: analytics off
/tmp/bitrise214580544/step_src/._script_cont: line 7: bitrise:: command not found
|                                                                              |
+---+---------------------------------------------------------------+----------+
| x | bitrise analytics off (exit code: 127)                        | 3.88 sec |

Hey @david.m, the command is slightly different, you have to run:

bitrise :analytics off

Note that it’s :analytics instead of bitrise:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.