You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letisNativeInterceptionFeatureEnabled=false;// Checks the value of "cp_native_interception_enabled" backend flag.
47
47
lethasAPMNetworkPlugin=false;// Android only: checks if the APM plugin is installed.
48
-
letshouldEnableNativeInterception=false;// Android: used to disable APM logging inside reportNetworkLog() -> NativeAPM.networkLogAndroid(), iOS: used to control native interception (true == enabled , false == disabled)
48
+
letshouldEnableNativeInterception=false;// For Android: used to disable APM logging inside reportNetworkLog() -> NativeAPM.networkLogAndroid(), For iOS: used to control native interception (true == enabled , false == disabled)
49
49
50
50
/**
51
51
* Enables or disables Instabug functionality.
@@ -240,16 +240,9 @@ function handleAndroidNativeInterception() {
240
240
}
241
241
}else{
242
242
shouldEnableNativeInterception=false;// rollback to use JS interceptor for APM & Core.
0 commit comments