I am using the Cordova Instabug plugin: https://github.com/elizabethrego/cordova-plugin-instabug
Everything is working well, except for when the network state of the device changes. The app basically just crashes.
I am getting the following error:
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.instabug.library.network.InstabugNetworkReceiver"
I can't find much to go on so really not sure where to start...