Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Add new ApplicationInsights lib code #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/appinsights_before_prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Licensed under the Apache License, Version 2.0. See License.txt in the project

module.exports = function (ctx) {

var ConfigParser = ctx.requireCordovaModule('../configparser/ConfigParser');
var ConfigParser = ctx.requireCordovaModule('cordova-common/src/ConfigParser/ConfigParser');
var path = ctx.requireCordovaModule('path');
var shell = ctx.requireCordovaModule('shelljs');

Expand Down
Loading