Dashboardcliinstall report_error isolation

install report_error isolation

Category: preference
Confidence: 1.00
ID: 01a086ad-22b0-7d8d-9f8f-a0f8ab9efb71
Project ID: c760f4f9-42b0-4ce0-b36d-6b8c38d770b2
Cross-project: No
Recalled in other projects: 1
Source session: 1YFBlrgyVUrbeaTj0
Created: 2026-09-08 21:36:27
Updated: 2026-09-09 14:58:08

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 15h ago

Content

Installer report_error() telemetry must be fire-and-forget and unable to fail, block, delay, interrupt, or change installation. Run it in a background subshell with set +e, silent short-timeout curl, a public write-only Sentry envelope DSN, no PII, and SENTRY_CLI_NO_TELEMETRY=1 opt-out. Never wait for the telemetry subprocess in die(); preserving the installer’s original output, failure, and exit code is more important than delivery.

Move to: