Analytics_enabled error + where are the variables set on what to collect or telemetry data gets sent?

I’m getting this error

`—> 10 demoai.launch(debug=True,analytics_enabled=True)

TypeError: launch() got an unexpected keyword argument ‘analytics_enabled’`

with this code
demoai.launch(debug=True,analytics_enabled=True)

works without it. what am i missing? Using Google CoLab

Also, where does the data get sent/created? Couldn’t find the docs for it.