mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 09:06:15 +00:00
446 B
446 B
Error Reporting
Automatically sends anonymized error reports to help improve the project.
Configuration
In src/config.jsonc:
{
"errorReporting": {
"enabled": true // Set to false to disable
}
}
Privacy
- No sensitive data sent (emails, passwords, tokens, paths are redacted)
- Only genuine bugs reported (config errors filtered)
- Optional - can be disabled anytime