Files
Microsoft-Rewards-Bot/docs/error-reporting.md

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

Back to Documentation