observable-framework-telemetry
Telemetry
Observable Framework documentation: Telemetry Source: https://observablehq.com/framework/telemetry
Observable Framework collects anonymous usage data to help improve the product. This data is sent to Observable and is not shared with third parties. Telemetry data is covered by Observable's privacy policy.
You can opt-out of telemetry by setting the OBSERVABLE_TELEMETRY_DISABLE environment variable to true.
What is collected?
The telemetry collects general usage data including: the command being run, the Framework version, the Node version, the operating system, whether it's running in CI, build/page counts, and timing data.
To inspect telemetry data, set the OBSERVABLE_TELEMETRY_DEBUG environment variable to true. This will print the telemetry data to stderr instead of sending it to Observable.
What is not collected?
Observable never collects identifying or sensitive information, such as environment variables, file names or paths, or file contents.
More from spqw/skill-observable-framework
observable-framework-lib-deckgl
Using Deck.gl in Observable Framework for large-scale geospatial data visualization.
11observable-framework-lib-mapbox-gl
Using Mapbox GL JS in Observable Framework for vector tile maps.
4observable-framework-jsx
Using JSX (React components) in Observable Framework pages.
3observable-framework-files
Working with files in Observable Framework — file attachments, file-based routing, and FileAttachment API.
3observable-framework-input-range
Range slider input component in Observable Framework — select a numeric value.
3observable-framework-lib-tex
Using TeX/LaTeX in Observable Framework for mathematical typesetting.
3