generated from nhcarrigan/template
chore: audit frontend error reporting to exclude expected behaviours #79
Reference in New Issue
Block a user
Delete Branch "chore/error-reporting-audit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Audits all
logErrorcall sites ingameContext.tsxand suppresses telemetry for expected business logic rejections, eliminating alert fatigue without hiding real errors.Changes per call site
auto_saveauto_prestigeauto_boss"Boss is not currently available"(race condition); other errors still loggedchallenge_boss"Boss is not currently available"(race condition); other errors still loggedstart_explorationcollect_explorationGenuine errors (
buy_prestige_upgrade,transcend,apotheosis,buy_echo_upgrade,craft_recipe) are unchanged — they still fire telemetry.Closes #73
✨ This PR was created with help from Hikari~ 🌸