Releases: Instabug/Instabug-Cordova
Releases · Instabug/Instabug-Cordova
Release v1.2.0
We changed the way we integrate instabug-cordova
for Android.
Now you should follow the following steps to integrate properly instabug-cordova
Change the name of the application class in your manifest file to android:name="com.instabug.cordova.plugin.MyApplication". You only need to add your app token in the MyApplication class, by replacing YOUR_ANDROID_TOKEN. You can change the invocation event by changing this line InstabugInvocationEvent.FLOATING_BUTTON in the MyApplication class to any of the following:
InstabugInvocationEvent.SHAKE, InstabugInvocationEvent.SCREENSHOT_GESTURE, InstabugInvocationEvent.TWO_FINGER_SWIPE_LEFT, or InstabugInvocationEvent.NONE.
Release v1.1.0
Upgrade Android SDK to use version 4
Add Sample app
Bug fixes