bigbluebutton-Github/bigbluebutton-html5
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
..
.meteor
.vscode
client fix(bbb-html5): add specific logCodes for root error boundaries 2024-05-03 15:27:17 +00:00
imports fix(bbb-html5): add specific logCodes for root error boundaries 2024-05-03 15:27:17 +00:00
private Merge pull request #19812 from antobinary/march15-02 2024-04-30 09:29:46 -04:00
public Merge remote-tracking branch 'upstream/v3.0.x-release' into away-mode 2024-04-24 11:20:08 -03:00
server Remove: meeting meteor server files 2024-04-25 17:58:24 -03:00
.eslintignore
.eslintrc.js
.gitignore
deploy_to_usr_share.sh
footer refactor: make bbb client work without meteor service (partial) (#19869) 2024-03-21 16:41:32 -03:00
jsconfig.json
meteorless.sh refactor: make bbb client work without meteor service (partial) (#19869) 2024-03-21 16:41:32 -03:00
package-lock.json [plugin-sdk-readme-logger-ui-data] - update SDK 2024-05-02 10:53:00 -03:00
package.json [plugin-sdk-readme-logger-ui-data] - update SDK 2024-05-02 10:53:00 -03:00
run-dev.sh Cleanup nginx cache when using run-dev script (#19968) 2024-04-06 21:08:00 -03:00
test-html5.sh
tsconfig.json