client-web
client-web copied to clipboard
Change console.errors to Sentry
Description
Acceptance criteria
- [ ] The existing
console.error
are changed with Sentry error
Additional Context
Run npm run lint:prod
. Lint will report with warnings that console.error
was used.
Areas that will be affected
To be added during the refinement