crash: allow overriding crash reporter url

This commit is contained in:
outfoxxed 2026-03-13 02:04:01 -07:00
parent e32b909354
commit 4b77936c80
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
5 changed files with 22 additions and 16 deletions

View file

@ -36,6 +36,7 @@ set shell id.
- Reloads are prevented if no file content has changed.
- Added `QS_DISABLE_FILE_WATCHER` environment variable to disable file watching.
- Added `QS_DISABLE_CRASH_HANDLER` environment variable to disable crash handling.
- Added `QS_CRASHREPORT_URL` environment variable to allow overriding the crash reporter link.
## Bug Fixes