bigbluebutton-Github/bigbluebutton-html5/imports/ui
prlanzarin 533c7e86dc fix(bbb-html5): add specific logCodes for root error boundaries
The ErrorBoundary component has a generic log message that is not
overridable and will aggregate errors from different components. The
ideal scenario is that log tags are configurable so that errors can be
filtered for in log post-processing.

Add the logMetadata: { logCode, logMessage } prop to the ErrorBoundary
component so that log tags are configurable. Default tags are
maintained.
Add specific log metadatas for the client startup error boundary
(logCode: 'app_startup_crash') and the user connection error boundary
(logCode: 'app_crash').
2024-05-03 15:27:17 +00:00
..
components fix(bbb-html5): add specific logCodes for root error boundaries 2024-05-03 15:27:17 +00:00
core Merge remote-tracking branch 'upstream/v3.0.x-release' into away-mode 2024-05-02 08:45:10 -03:00
hooks improvement: use React context to store current user data 2024-04-04 10:13:27 -03:00
services Merge remote-tracking branch 'upstream/v3.0.x-release' into fix-meeting-end-audio 2024-05-01 14:14:15 -03:00
stylesheets/styled-components feat: leave meeting button 2023-11-20 13:30:07 -03:00
Types implement loginURL in DOCS and Client 2024-04-24 18:41:46 -03:00