Log more Errors/Warnings/Transactions to Sentry
Closed this issue · 0 comments
ZibanPirate commented
Description
Need to catch more insights on errors/warnings/performance, the default Sentry integration is not enough
Check List
- Capture errors in
./api
middleware - Alert when Github API quota is near the limit.
- Capture endpoint failures in
./web
- Capture endpoint failures in
./mobile
- Alert for when we receive a
redirect
response from Github API. - Log Transactions for all endpoints
./api
. - Log Transactions for all endpoints
./mobile
. - Log Transactions for all endpoints
./web
. - attach error boundaries to Sentry in
./web
- Track React Rendering performence with Sentry Component Profiler in
./web
- attach error boundaries to Sentry in
./mobile
- Track React Rendering performence with Sentry Component Profiler in
./mobile
Additional Comments
We should do this after #428 is done