mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Landing: - Preload the Bricolage display font (LCP heading) to cut first paint - Cap tool-page meta descriptions at ~160 chars via whole-sentence truncation, so SERP snippets no longer overflow or cut mid-phrase - Drop dead HowTo + FAQPage JSON-LD from tool pages (Google removed HowTo rich results in 2023 and FAQ rich results in 2026); the visible content stays. Breadcrumb + WebApplication schema retained - Shorten 22 tool titles that exceeded the ~60-char SERP limit - Add an optional h1 override to tool SEO data - Rewrite adjust-colors, smart-crop, and ringtone-maker to match real Search Console query intent (saturation; object-aware cropping; convert audio to ringtone), with query-matched H1s and FAQs Docs: - Add meta descriptions to 20 pages missing frontmatter Repo: - Ignore local credential JSON files (.secrets/, *client_secret*, *service_account*)
29 lines
1.2 KiB
Markdown
29 lines
1.2 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
|
|
|
|
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)
|
|
|
|
- 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
|
|
|
|
- File names or paths
|
|
- File contents
|
|
- OCR output text
|
|
- Image metadata (EXIF)
|
|
- Extracted document text
|
|
- Your IP address or account identity
|
|
|
|
## 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.
|