mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-09 11:55:53 +00:00
Merge branch 'livekit' into valere/devx/livekit_logs
This commit is contained in:
@@ -410,9 +410,7 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
|
||||
local
|
||||
)
|
||||
</p>
|
||||
<pre
|
||||
class="pre"
|
||||
>
|
||||
<pre>
|
||||
{
|
||||
"region": "local",
|
||||
"version": "1.2.3"
|
||||
@@ -422,9 +420,7 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
|
||||
<p>
|
||||
Local Participant
|
||||
</p>
|
||||
<pre
|
||||
class="pre"
|
||||
>
|
||||
<pre>
|
||||
localParticipantIdentity
|
||||
</pre>
|
||||
<p>
|
||||
@@ -451,9 +447,7 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
|
||||
remote
|
||||
)
|
||||
</p>
|
||||
<pre
|
||||
class="pre"
|
||||
>
|
||||
<pre>
|
||||
{
|
||||
"region": "remote",
|
||||
"version": "4.5.6"
|
||||
@@ -463,9 +457,7 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
|
||||
<p>
|
||||
Local Participant
|
||||
</p>
|
||||
<pre
|
||||
class="pre"
|
||||
>
|
||||
<pre>
|
||||
localParticipantIdentity
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@@ -502,6 +502,13 @@ export async function init(): Promise<void> {
|
||||
};
|
||||
});
|
||||
|
||||
window.addEventListener("unhandledrejection", (event) => {
|
||||
global.mx_rage_logger.log(
|
||||
LogLevel.error,
|
||||
`Unhandled promise rejection: ${event.reason}`,
|
||||
);
|
||||
});
|
||||
|
||||
return tryInitStorage();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user