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>
|
||||||
<script>
|
<script>
|
||||||
|
localStorage.setItem(
|
||||||
|
"DeveloperOptionsStore",
|
||||||
|
`{"trace":false,"canary":false,"logGatewayEvents":true,"logOverlayEvents":false,"logAnalyticsEvents":false,"sourceMapsEnabled":false,"axeEnabled":false}`
|
||||||
|
);
|
||||||
|
|
||||||
!(function () {
|
!(function () {
|
||||||
if (null != window.WebSocket) {
|
if (null != window.WebSocket) {
|
||||||
var n = function (n) {
|
var n = function (n) {
|
||||||
|
Loading…
Reference in New Issue
Block a user