Skip to content

Privacy & Telemetry

LogScope collects anonymous usage data to understand how the extension is used in the wild (active users, common transports, common errors). The data informs roadmap decisions and helps catch regressions. No personal data is ever collected, and you can opt out at any time.

EventWhat it tells us
activationAn install opened LogScope (used for daily/monthly active users). Includes extension version, VS Code version, OS, and CPU architecture.
session_startA device connection was successfully established. Includes transport (rtt or uart) and parser mode (zephyr, nrf5, or raw).
session_endA device session ended. Includes duration in milliseconds, total log entry count, HCI packet count, error count, and ring-buffer eviction count.
connect_failedA connection attempt failed. Includes the error code (e.g. NO_RTT, NO_PROBE, UART_OPEN_FAILED) and transport. Never includes error messages or file paths.
connect_flow_abandonedThe user dismissed the guided connect picker. Includes which step they were on (transport, parser, device, jlinkDevice, baudRate).
exportA log file was exported. Includes the format (text, jsonl, or btsnoop) and entry count.
parser_changeThe active parser was changed mid-session. Includes the from and to parser modes.
commandA LogScope command was invoked from the command palette. Includes only the command identifier.

Every event is tagged with an anonymous, locally-generated install ID that lets us distinguish unique installs without identifying you. The ID is created the first time LogScope activates and stored only in your local VS Code global state.

  • The contents of your logs (no log messages, no module names you’ve defined, no timestamps from your firmware)
  • File paths, workspace names, or project structure
  • Device serial numbers, J-Link probe identifiers, IP addresses, or hostnames
  • Error message text (only sanitized error codes)
  • Personally identifiable information of any kind
  • Anything at all when telemetry is disabled

Events are sent to a Novel Bits-owned Azure Application Insights instance, accessed only by the LogScope maintainer. We do not share, sell, or hand off telemetry data to third parties.

LogScope respects VS Code’s global telemetry setting. To disable:

  1. Open VS Code Settings (Cmd+, on macOS, Ctrl+, on Windows/Linux)
  2. Search for telemetry
  3. Set Telemetry: Telemetry Level to off

When telemetry.telemetryLevel is off, LogScope sends zero events. The setting is honored automatically by Microsoft’s @vscode/extension-telemetry package, which LogScope uses for all event reporting; no LogScope-specific opt-out is required.

The same setting is also honored by Cursor, Windsurf, Kiro, and other VS Code-compatible editors.