openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

Frontend - create error handler #152

Open jbpenrath opened 1 year ago

jbpenrath commented 1 year ago

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