dvc.org
dvc.org copied to clipboard
Send a alert to Sentry when `/api` sends an error response
- Sentry gives us a way to do this with
@sentry/gatsby(docs) - We could update
src/utils/front/api.ts, sending a Sentry alert after everysetErrorcall. There may be more elegant ways of handling this though.
We can directly log from the API themselves using @sentry/node