Is your feature request related to a problem or unsupported use case? Please describe.
Currently, frontend errors are not logged. In other project, we are using @sentry/dsk to achieve that.
Describe the solution you'd like
Create an error handler module which log frontend errors into sentry if sentry has been configured, otherwise just log error in console.
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe. Currently, frontend errors are not logged. In other project, we are using @sentry/dsk to achieve that.
Describe the solution you'd like Create an error handler module which log frontend errors into sentry if sentry has been configured, otherwise just log error in console.
Discovery, Documentation, Adoption, Migration Strategy