Skip to content

Commit

Permalink
disable telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jul 15, 2024
1 parent 590a2f4 commit 309c840
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
1 change: 1 addition & 0 deletions .genaiscript/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
genaiscript.cjs
cache/
retrieval/
containers/
temp/
2 changes: 1 addition & 1 deletion pxt-jacdac
2 changes: 1 addition & 1 deletion src/components/hooks/useAnalytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface AppInsightsApp {
trackTrace(msg: any, props: any): void;
}

const INSTRUMENTATION_KEY = "6c138c4e-0d8c-4279-bd37-51d796bb8d01"
const INSTRUMENTATION_KEY: string = undefined // "6c138c4e-0d8c-4279-bd37-51d796bb8d01"
const appInsights: AppInsightsApp =
typeof window !== "undefined" &&
INSTRUMENTATION_KEY &&
Expand Down
8 changes: 1 addition & 7 deletions src/pages/privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ hideToc: true
---
# Privacy

This web site collects aggregated performance and usage indicators, errors and module information.
No personal information is collected; data expires after 31 days.

When physical device connects to the bus, Jacdac generates a random device identifier for the purpose of analytics. The actual device identifier is never sent to analytics.
This random identifier is not stored and will be regenerated when the page reloads or the device reconnects.

Sensor data is never sent to analytics.
This web site does not collect any telemetry.

More about Privacy & Cookies at https://go.microsoft.com/fwlink/?LinkId=521839 .

0 comments on commit 309c840

Please sign in to comment.