Questions About Disabling Telemetry

I read your instructions on how to disable telemetry:

https://help.syncfusion.com/document-processing/telemetry#how-to-disable-telemetry-opt-out


First of all, in which assembly is Syncfusion.Telemetry located? I cannot find it on NuGet.

Where should Telemetry.Disable() be called? Is calling it once in Program.cs sufficient, or does it need to be called in every component/page?


Thank you.


Best regards,


FF


1 Reply

GK Gowthamraj Kumar Syncfusion Team July 23, 2026 03:05 PM UTC

Hi Francesco Ferraro

Thank you for contacting Syncfusion support.

First of all, in which assembly is Syncfusion.Telemetry located? I cannot find it on NuGet.
This is our internal dependent NuGet package. So we have unlisted this nuget package in nuget.org.
Where should Telemetry.Disable() be called? Is calling it once in Program.cs sufficient, or does it need to be called in every component/page?
Yes. You have to call the Telemetry.Disable() method before initializing or using any Syncfusion® product APIs within your application at once is enough for disabling the telemetry. 



Regards,
Gowthamraj K

Loader.
Up arrow icon