UNPKG

instabug-cordova

Version:

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.

4 lines 115 B
const editManifest = require('./edit_manifest'); module.exports = (ctx) => { return editManifest(ctx, false); }