VideoOS.Platform.Telemetry connecting to Azure Application Insights ingest-endpoint

What the F is this? Why is my application sending data too some Azure cloud thing? Per this guide it is something i need to enable,

I did not enable it, i dont use the manufacturer name and integration name ? Its a stand alone app using the latest sdk..

I made a log thing to monitor :

23:46:19.327 http-send endpoint=https://westeurope-5.in.applicationinsights.azure.com/v2/track encoding=gzip contentType=application/x-json-stream bytes=477
23:46:19.328 http-items null
23:46:19.329 http-body {“name”:“AppPageViews”,“time”:“2026-09-01T21:45:49.3138383Z”,“iKey”:“**removed for privacy **”,“tags”:{“ai.session.id”:“*removed for privacy *”},“data”:{“baseType”:“PageViewData”,“baseData”:{“ver”:2,“name”:“PlaybackController”,“duration”:“00:00:00”,“properties”:{“SubIdentifier”:“GeneratePlaybackController”,“Identifier”:“VideoOS.Platform.Client.PlaybackController”,“environmentID”:“SDK”}}}}

Why am i leaking data, and how is this no made clear in the MIP SDK EULA
And more importantly how do i disable this ?