mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 01:06:17 +00:00
24 lines
446 B
Markdown
24 lines
446 B
Markdown
# Error Reporting
|
|
|
|
Automatically sends anonymized error reports to help improve the project.
|
|
|
|
## Configuration
|
|
|
|
In `src/config.jsonc`:
|
|
|
|
```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
|
|
|
|
---
|
|
**[Back to Documentation](index.md)** |