summaryrefslogtreecommitdiff
path: root/packages/server/src/utils/errorReporting.test.ts
AgeCommit message (Collapse)Author
2025-05-10Log server information on error.Taylor Mullen
- The goal of this is to enable us to better diagnose server issues when they occur. - Added tests because why not.