UNPKG

@dynatrace/cordova-plugin

Version:

This plugin gives you the ability to use the Dynatrace instrumentation in your hybrid application (Cordova, Ionic, ..). It uses the Mobile Agent, the JavaScript Agent. The Mobile Agent will give you all device specific values containing lifecycle informat

14 lines (13 loc) 575 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var InstallHelper_1 = require("./helpers/InstallHelper"); var InstrumentHelper_1 = require("./helpers/InstrumentHelper"); module.exports = (function (context) { return new Promise(function (resolve) { (0, InstrumentHelper_1.instrument)(process).then(function () { (0, InstallHelper_1.replacePackageSwiftWithOriginal)().then(function () { (0, InstallHelper_1.moveIosFilesForSPM)().then(function () { resolve(''); }); }); }); }); })();