We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
window
global
1 parent 6caa7bb commit f303e4aCopy full SHA for f303e4a
src/bugfender-capacitor-wrapper.ts
@@ -19,7 +19,7 @@ import {SdkOptionsValidator} from "./sdk-options-validator";
19
20
export class BugfenderCapacitorWrapper implements BugfenderFacade {
21
private overrideConsoleMethods = new OverrideConsoleMethods(window);
22
- private printToConsole = new PrintToConsole(global.console);
+ private printToConsole = new PrintToConsole(window.console);
23
private sdkOptionsValidator: SdkOptionsValidator = new SdkOptionsValidator();
24
private initialized = false;
25
0 commit comments