Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@DevHossamHassan DevHossamHassan released this 03 Aug 12:50
· 444 commits to master since this release

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.