
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
instabug-cordova
Advanced tools
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 interact with the SDK through JavaScript.
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. 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.
cordova plugin add instabug-cordova
ionic cordova plugin add instabug-cordova
index.js
file inside onDeviceReady
function:var Instabug = cordova.require('instabug-cordova.Instabug');
var BugReporting = cordova.require('instabug-cordova.BugReporting');
Instabug.start(
'YOUR_CORDOVA_TOKEN',
[BugReporting.invocationEvents.button],
function () {
console.log('Instabug initialized.');
},
function (error) {
console.log('Instabug could not be initialized - ' + error);
}
);
YOUR_CORDOVA_TOKEN
with your application token.:warning: If you're updating the SDK from versions prior to v11, please check our migration guide.
This software is released under the Apache 2.0 License.
© 2022 Instabug. All rights reserved.
12.1.0 (2025-03-03)
v12.1.0
v12.1.0
Instabug.setReproStepsConfig
Instabug.setDebugEnabled
in favour of debugLogsLevel
property of Instabug.init
.Instabug.init
API to start the SDK as follows:
Instabug.init({
token: '<APP_TOKEN>',
invocationEvents: [BugReporting.invocationEvents.button],
debugLogsLevel: ArgsRegistry.logLeve.verbose,
});
FAQs
Cordova plugin for integrating the Instabug SDK.
The npm package instabug-cordova receives a total of 51 weekly downloads. As such, instabug-cordova popularity was classified as not popular.
We found that instabug-cordova demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.