From 9bc8ba964c2b2589662faafa863380b3918516c0 Mon Sep 17 00:00:00 2001 From: Bill Ticehurst Date: Tue, 29 Oct 2024 23:10:47 -0700 Subject: [PATCH] Update source file in readme --- pip/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip/README.md b/pip/README.md index 8a5c596793..6784349f4b 100644 --- a/pip/README.md +++ b/pip/README.md @@ -42,7 +42,7 @@ BellState() ## Telemetry This library sends telemetry. Minimal anonymous data is collected to help measure feature usage and performance. -All telemetry events can be seen in the source file [telemetry.py](https://github.com/microsoft/qsharp/tree/main/pip/qsharp/telemetry.py). +All telemetry events can be seen in the source file [telemetry_events.py](https://github.com/microsoft/qsharp/tree/main/pip/qsharp/telemetry_events.py). To disable sending telemetry from this package, set the environment variable `QSHARP_PYTHON_TELEMETRY=none`