Dashboard › cli › install report_error isolation
01a086ad-22b0-7d8d-9f8f-a0f8ab9efb71| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 1 | 15h ago |
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.