mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
🔊 log gateway events
This commit is contained in:
parent
7100559728
commit
f5180084ff
@ -40,6 +40,11 @@
|
||||
};
|
||||
</script>
|
||||
<script>
|
||||
localStorage.setItem(
|
||||
"DeveloperOptionsStore",
|
||||
`{"trace":false,"canary":false,"logGatewayEvents":true,"logOverlayEvents":false,"logAnalyticsEvents":false,"sourceMapsEnabled":false,"axeEnabled":false}`
|
||||
);
|
||||
|
||||
!(function () {
|
||||
if (null != window.WebSocket) {
|
||||
var n = function (n) {
|
||||
|
Loading…
Reference in New Issue
Block a user