Expose setLKLogLevel to window for debugging. (#3064)

* Expose setLKLogLevel to window for debugging.

* fix es lint
This commit is contained in:
Timo
2025-03-10 09:59:27 +01:00
committed by GitHub
parent 750db09156
commit b635b00b0c
2 changed files with 5 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ import { App } from "./App";
import { init as initRageshake } from "./settings/rageshake";
import { Initializer } from "./initializer";
window.setLKLogLevel = setLKLogLevel;
initRageshake().catch((e) => {
logger.error("Failed to initialize rageshake", e);
});