We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d048716 commit ee7f33dCopy full SHA for ee7f33d
src/modules/Instabug.ts
@@ -64,7 +64,7 @@ export const init = (config: InstabugConfig) => {
64
captureUnhandledRejections();
65
66
// Default networkInterceptionMode to JavaScript
67
- if (!config.networkInterceptionMode) {
+ if (config.networkInterceptionMode == null) {
68
config.networkInterceptionMode = NetworkInterceptionMode.javascript;
69
}
70
0 commit comments