bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/common/error-boundary
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
..
located-error-boundary Migrate auth and settings to graphQL (#19507) 2024-03-06 14:28:18 -03:00
component.jsx fix(bbb-html5): add specific logCodes for root error boundaries 2024-05-03 15:27:17 +00:00