Skip to content

Releases: Instabug/Instabug-Cordova

Release v1.2.0

03 Aug 12:50
Compare
Choose a tag to compare

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

18 Mar 14:28
Compare
Choose a tag to compare

Upgrade Android SDK to use version 4
Add Sample app
Bug fixes