bigbluebutton-Github/bigbluebutton-html5/client
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
..
stylesheets Feat: Migrating to Tldraw v2 (Alpha v18) on 3.0 (#19268) 2023-12-05 15:15:25 -03:00
clientStartup.tsx refactor: make bbb client work without meteor service (partial) (#19869) 2024-03-21 16:41:32 -03:00
collection-mirror-initializer.js Remove: video stream meteor server files 2024-04-25 17:53:47 -03:00
legacy.jsx add alternate legacy browser content 2019-04-24 15:12:27 -07:00
main.html fix(whiteboard): remove absent font loading 2024-02-06 11:28:29 -03:00
main.tsx fix(bbb-html5): add specific logCodes for root error boundaries 2024-05-03 15:27:17 +00:00
meetingClient.jsx Remove: Breakout room unused code 2024-04-30 16:14:22 -03:00