mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(telemetry): readable Sentry errors, Python tracebacks, and diagnostic mode
Keeps a real, redacted error message instead of "Error: Error", surfaces Python tracebacks in Sentry as a vetted context, and adds an opt-in SNAPOTTER_SENTRY_DIAGNOSTIC verbose mode plus SNAPOTTER_SENTRY_DSN_OVERRIDE. The default fleet path ships nothing on the never-collect list; raw detail is reachable only via the opt-in flag. Also classifies Redis OOM/READONLY replies as operational and removes a ReDoS in stack-frame extraction.
This commit is contained in:
@@ -12,7 +12,7 @@ Anonymous Product Analytics is on by default and set for the whole instance by a
|
||||
- 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.
|
||||
- Crash reports: error type, a redacted error message (file names, paths, emails, and quoted values removed), a source stack with file basenames, and for AI tools a Python traceback with file basenames only.
|
||||
|
||||
## What we never collect {#what-we-never-collect}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user