mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Shared Claude Code translation pipeline (scripts/i18n, no API key) plus Astro/VitePress/Scalar i18n wiring. Landing and API reference translated into all 20 languages; docs i18n wiring + English source anchors. The translated docs markdown (apps/docs/<locale>/**, 3,620 files) follows in a companion PR because it exceeds GitHub's per-PR CI file limit.
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
---
|
|
description: What anonymous usage data SnapOtter collects, when it is sent, and how to turn instance-wide product analytics off.
|
|
---
|
|
|
|
# What SnapOtter collects {#what-snapotter-collects}
|
|
|
|
Anonymous Product Analytics is on by default and set for the whole instance by an administrator. Turn it off under Settings > System > Privacy.
|
|
|
|
## Events we send (when enabled) {#events-we-send-when-enabled}
|
|
|
|
- tool_used: tool id, status, duration, category, whether it is an AI tool, an error code on failure.
|
|
- pipeline_executed: step count, tool ids, batch flag, file count, duration, status.
|
|
- ai_bundle_action: bundle id, action, duration.
|
|
- Frontend usage: which tool pages open, files added (counts only), tool started, downloads, saves, search (result count only), batch processed.
|
|
- Crash reports: error type and a source stack with file basenames only.
|
|
|
|
## What we never collect {#what-we-never-collect}
|
|
|
|
- File names or paths
|
|
- File contents
|
|
- OCR output text
|
|
- Image metadata (EXIF)
|
|
- Extracted document text
|
|
- Your IP address or account identity
|
|
|
|
## Turning it off {#turning-it-off}
|
|
|
|
Admins: Settings > System > Privacy, flip "Anonymous Product Analytics" off. It stops immediately, instance-wide. To build an image that can never emit, set the `SNAPOTTER_ANALYTICS=off` build arg.
|