jiti-meet/react/features/base/logging
George Politis 289ece42df feat(logging): Store JS console logs in RTCStats.
With this commit JS console logs can optionally be sent to the RTCstats server
for storage and processing.

The functionality is off by default and can be enabled by setting to `true` the
config.js option

    config.analytics.rtcstatsStoreLogs: false // off by default

Obviously, if rtcstats is disabled/not configured nothing will be sent to the
rtcstats backend, even if this setting is set to `true`.

This commit also adds a config.js option that can be used to disable sending the
logs back to callstats:

    config.callstatsStoreLogs: true // on by default

Obviously, if callstats is disabled nothing would be sent in the first place,
but if callstats is enabled and this new configuration parameter is set to
`false`, then callstats will be kept active but no logs will be sent to
callstats.
2022-08-26 14:19:48 +03:00
..
ExternalApiLogTransport.ts ref: Convert some files to TS (#11947) 2022-08-04 11:51:33 +03:00
JitsiMeetInMemoryLogStorage.ts ref: Convert some files to TS (#11947) 2022-08-04 11:51:33 +03:00
JitsiMeetLogStorage.ts feat(logging): Store JS console logs in RTCStats. 2022-08-26 14:19:48 +03:00
LogTransport.native.ts ref: Convert some files to TS (#11947) 2022-08-04 11:51:33 +03:00
LogTransport.web.ts ref: Convert some files to TS (#11947) 2022-08-04 11:51:33 +03:00
actionTypes.ts language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
actions.ts ref: Convert some files to TS (#11947) 2022-08-04 11:51:33 +03:00
functions.ts ref: Convert some files to TS (#11947) 2022-08-04 11:51:33 +03:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
middleware.ts feat(logging) migrate logging to config.js 2022-08-17 14:32:40 +02:00
reducer.ts feat(logging) migrate logging to config.js 2022-08-17 14:32:40 +02:00