instabug-cordova
Advanced tools
Comparing version 1.3.10 to 1.3.11
{ | ||
"name": "instabug-cordova", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "The purpose of this plugin is to simplify the process of integrating the Instabug SDK in a hybrid application, as well as to provide an interface to interfacing with the SDK through JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
Cordova Instabug Plugin | ||
Instabug Cordova Plugin | ||
================================= | ||
@@ -6,3 +6,6 @@ | ||
Instabug is a bug reporting and in-app feedback tool that provides your testers and users with easy “shake to send” feedback from within the app, to [report bugs and issues easily](https://instabug.com/bug-reporting). You’ll get attached screenshots, screen recordings, annotations, network logs to help you take insightful decisions. You’ll also receive all the device details, environment snapshots and bug reproduction steps so that you can fix bugs and iterate faster. | ||
For more info, visit [Instabug.com](https://instabug.com). | ||
### Installation | ||
@@ -18,3 +21,3 @@ Currently, this plugin can only be installed via the Command-Line Interface. | ||
### Android | ||
1. Change the name of the application class in your manifest file to ```android:name="com.instabug.cordova.plugin.MyApplication"```. | ||
1. Change the name of the application class in your AndroidManifest.xml file to ```android:name="com.instabug.cordova.plugin.MyApplication"```. | ||
@@ -21,0 +24,0 @@ 2. You need to add your app token in the __MyApplication__ class, by replacing ```YOUR_ANDROID_TOKEN```. (You can find this class under this path ```YourProjectName/plugins/com.instabug.cordova.plugin/src/android/MyApplication.java```) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27521293
51