@microsoft/applicationinsights-react-native 4.3.4-nightly.2410-12 → 4.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-esm/DeviceInfo/DeviceModule.js +2 -6
- package/dist-esm/DeviceInfo/DeviceModule.js.map +1 -1
- package/dist-esm/DeviceInfo/ReactNativeDeviceInfo.js +2 -6
- package/dist-esm/DeviceInfo/ReactNativeDeviceInfo.js.map +1 -1
- package/dist-esm/Interfaces/IDeviceInfoModule.js +2 -6
- package/dist-esm/Interfaces/IDeviceInfoModule.js.map +1 -1
- package/dist-esm/Interfaces/INativeDevice.js +2 -6
- package/dist-esm/Interfaces/INativeDevice.js.map +1 -1
- package/dist-esm/Interfaces/IReactNativePluginConfig.js +0 -4
- package/dist-esm/Interfaces/IReactNativePluginConfig.js.map +1 -1
- package/dist-esm/Interfaces/index.js +2 -6
- package/dist-esm/Interfaces/index.js.map +1 -1
- package/dist-esm/ReactNativeManualDevicePlugin.js +46 -13
- package/dist-esm/ReactNativeManualDevicePlugin.js.map +1 -1
- package/dist-esm/ReactNativePlugin.js +3 -7
- package/dist-esm/ReactNativePlugin.js.map +1 -1
- package/dist-esm/index.js +2 -6
- package/dist-esm/index.js.map +1 -1
- package/dist-esm/manualIndex.js +2 -6
- package/dist-esm/manualIndex.js.map +1 -1
- package/package.json +97 -100
- package/browser/applicationinsights-react-native.js +0 -3133
- package/browser/applicationinsights-react-native.js.map +0 -1
- package/browser/applicationinsights-react-native.min.js +0 -6
- package/browser/applicationinsights-react-native.min.js.map +0 -1
- package/dist/applicationinsights-react-native.api.json +0 -1149
- package/dist/applicationinsights-react-native.api.md +0 -68
- package/dist/applicationinsights-react-native.d.ts +0 -126
- package/dist/applicationinsights-react-native.js +0 -3133
- package/dist/applicationinsights-react-native.js.map +0 -1
- package/dist/applicationinsights-react-native.min.js +0 -6
- package/dist/applicationinsights-react-native.min.js.map +0 -1
- package/dist/applicationinsights-react-native.rollup.d.ts +0 -131
- package/types/tsdoc-metadata.json +0 -11
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
7
3
|
import { objDefineAccessors } from "@microsoft/applicationinsights-core-js";
|
|
8
4
|
export var DEVICE_MODEL = "model";
|
|
9
5
|
export var DEVICE_TYPE = "type";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceModule.js
|
|
1
|
+
{"version":3,"file":"DeviceModule.js","sourceRoot":"","sources":["../../src/DeviceInfo/DeviceModule.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAG5E,MAAM,CAAC,IAAM,YAAY,GAAG,OAAO,CAAC;AACpC,MAAM,CAAC,IAAM,WAAW,GAAG,MAAM,CAAC;AAClC,MAAM,CAAC,IAAM,SAAS,GAAG,IAAI,CAAC;AAE9B;IAKI;QACI,IAAI,KAAK,GAAG,IAAI,CAAC;QACjB,IAAI,MAAM,GAAW,IAAI,CAAC;QAC1B,IAAI,WAAW,GAAW,IAAI,CAAC;QAC/B,IAAI,SAAS,GAA6B,IAAI,CAAC;QAE/C,SAAS,SAAS;YACd,OAAO,MAAM,CAAC;QAClB,CAAC;QAED,SAAS,cAAc;YACnB,OAAO,WAAW,CAAC;QACvB,CAAC;QAED,SAAS,YAAY;YACjB,OAAO,SAAS,CAAC;QACrB,CAAC;QAED,gEAAgE;QAChE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC3B,KAAK,CAAC,aAAa,GAAG,cAAc,CAAC;QACrC,KAAK,CAAC,WAAW,GAAG,YAAY,CAAA;QAEhC,0EAA0E;QAC1E,kBAAkB,CAAC,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,UAAC,KAAK,IAAK,OAAA,MAAM,GAAG,KAAK,EAAd,CAAc,CAAC,CAAC;QAC9E,kBAAkB,CAAC,KAAK,EAAE,WAAW,EAAE,cAAc,EAAE,UAAC,KAAK,IAAK,OAAA,WAAW,GAAG,KAAK,EAAnB,CAAmB,CAAC,CAAC;QACvF,kBAAkB,CAAC,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,UAAC,KAAK,IAAK,OAAA,SAAS,GAAG,KAAK,EAAjB,CAAiB,CAAC,CAAC;IACrF,CAAC;IACL,mBAAC;AAAD,CAAC,AAjCD,IAiCC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n\r\nimport { objDefineAccessors } from \"@microsoft/applicationinsights-core-js\";\r\nimport { IDeviceInfoModule } from \"../Interfaces/IDeviceInfoModule\";\r\n\r\nexport const DEVICE_MODEL = \"model\";\r\nexport const DEVICE_TYPE = \"type\";\r\nexport const UNIQUE_ID = \"id\";\r\n\r\nexport class DeviceModule implements IDeviceInfoModule {\r\n public getModel: () => string;\r\n public getDeviceType: () => string;\r\n public getUniqueId: () => string | Promise<string>;\r\n\r\n constructor() {\r\n let _self = this;\r\n let _model: string = null;\r\n let _deviceType: string = null;\r\n let _uniqueId: string | Promise<string> = null;\r\n\r\n function _getModel() {\r\n return _model;\r\n }\r\n\r\n function _getDeviceType() {\r\n return _deviceType;\r\n }\r\n\r\n function _getUniqueId() {\r\n return _uniqueId;\r\n }\r\n\r\n // Provide the public interface methods for accessing the values\r\n _self.getModel = _getModel;\r\n _self.getDeviceType = _getDeviceType;\r\n _self.getUniqueId = _getUniqueId\r\n\r\n // Provide setters (for testing) and re-use the functions for minification\r\n objDefineAccessors(_self, DEVICE_MODEL, _getModel, (value) => _model = value);\r\n objDefineAccessors(_self, DEVICE_TYPE, _getDeviceType, (value) => _deviceType = value);\r\n objDefineAccessors(_self, UNIQUE_ID, _getUniqueId, (value) => _uniqueId = value);\r\n }\r\n}"]}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
7
3
|
import DeviceInfo from "react-native-device-info";
|
|
8
4
|
/**
|
|
9
5
|
* Returns the "react-native-device-info" as the Device Info Module
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReactNativeDeviceInfo.js
|
|
1
|
+
{"version":3,"file":"ReactNativeDeviceInfo.js","sourceRoot":"","sources":["../../src/DeviceInfo/ReactNativeDeviceInfo.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,kCAAkC;AAElC,OAAO,UAAU,MAAM,0BAA0B,CAAC;AAGlD;;;GAGG;AACH,MAAM,UAAU,wBAAwB;IACpC,OAAO,UAAU,CAAC;AACtB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n\r\nimport DeviceInfo from \"react-native-device-info\";\r\nimport { IDeviceInfoModule } from \"../Interfaces/IDeviceInfoModule\";\r\n\r\n/**\r\n * Returns the \"react-native-device-info\" as the Device Info Module\r\n * @returns\r\n */\r\nexport function getReactNativeDeviceInfo(): IDeviceInfoModule {\r\n return DeviceInfo;\r\n}"]}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
7
3
|
export {};
|
|
8
4
|
//# sourceMappingURL=IDeviceInfoModule.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IDeviceInfoModule.js
|
|
1
|
+
{"version":3,"file":"IDeviceInfoModule.js","sourceRoot":"","sources":["../../src/Interfaces/IDeviceInfoModule.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n\r\n/**\r\n * Interface to abstract how the plugin can access the Device Info, this is a stripped\r\n * down version of the \"react-native-device-info\" interface and is mostly supplied for\r\n * testing.\r\n */\r\nexport interface IDeviceInfoModule {\r\n /**\r\n * Returns the Device Model\r\n */\r\n getModel: () => string;\r\n\r\n /**\r\n * Returns the device type\r\n */\r\n getDeviceType: () => string;\r\n\r\n /**\r\n * Returns the unique Id for the device, to support both the current version and previous\r\n * versions react-native-device-info, this may return either a `string` or `Promise<string>`,\r\n * when a promise is returned the plugin will \"wait\" for the promise to `resolve` or `reject`\r\n * before processing any events. This WILL cause telemetry to be BLOCKED until either of these\r\n * states, so when returning a Promise it MUST `resolve` or `reject` it can't just never resolve.\r\n * There is a default timeout configured via `uniqueIdPromiseTimeout` to automatically unblock\r\n * event processing when this issue occurs.\r\n */\r\n getUniqueId: () => Promise<string> | string;\r\n}\r\n\r\n"]}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
7
3
|
export {};
|
|
8
4
|
//# sourceMappingURL=INativeDevice.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"INativeDevice.js
|
|
1
|
+
{"version":3,"file":"INativeDevice.js","sourceRoot":"","sources":["../../src/Interfaces/INativeDevice.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n\r\nexport interface INativeDevice {\r\n /**\r\n * Device type, e.g. Handset, Tablet, Tv\r\n */\r\n deviceClass?: string;\r\n\r\n /**\r\n * Unique installation ID\r\n */\r\n id?: string;\r\n\r\n /**\r\n * The device model: iPhone XS Max, Galaxy S10, etc\r\n */\r\n model?: string;\r\n}\r\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IReactNativePluginConfig.js
|
|
1
|
+
{"version":3,"file":"IReactNativePluginConfig.js","sourceRoot":"","sources":["../../src/Interfaces/IReactNativePluginConfig.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nexport interface IReactNativePluginConfig {\r\n /**\r\n * Disable automatic device collection\r\n */\r\n disableDeviceCollection?: boolean;\r\n\r\n /**\r\n * Disable automatic exception collection\r\n */\r\n disableExceptionCollection?: boolean;\r\n\r\n /**\r\n * Timeout value to unblock the processing of events if the DeviceInfoModule\r\n * returns a Promise.\r\n */\r\n uniqueIdPromiseTimeout?: number;\r\n}\r\n"]}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
7
3
|
export {};
|
|
8
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Interfaces/index.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n\r\nimport { INativeDevice } from \"./INativeDevice\";\r\nimport { IReactNativePluginConfig } from \"./IReactNativePluginConfig\";\r\n\r\nexport { INativeDevice, IReactNativePluginConfig };\r\n"]}
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import { __extendsFn as __extends } from "@microsoft/applicationinsights-shims";
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { __extends } from "tslib";
|
|
8
4
|
import dynamicProto from "@microsoft/dynamicproto-js";
|
|
9
5
|
import { AnalyticsPluginIdentifier } from "@microsoft/applicationinsights-common";
|
|
10
6
|
import { BaseTelemetryPlugin, _throwInternal, _warnToConsole, arrForEach, dumpObj, getExceptionName, onConfigChange } from "@microsoft/applicationinsights-core-js";
|
|
@@ -224,12 +220,49 @@ var ReactNativeManualDevicePlugin = /** @class */ (function (_super) {
|
|
|
224
220
|
}
|
|
225
221
|
return _deviceInfoModule;
|
|
226
222
|
};
|
|
227
|
-
//
|
|
228
|
-
|
|
229
|
-
//
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
//
|
|
223
|
+
ReactNativeManualDevicePlugin.prototype.initialize = function (config, // need `| object` to coerce to interface
|
|
224
|
+
core, extensions) {
|
|
225
|
+
// @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
|
|
226
|
+
};
|
|
227
|
+
ReactNativeManualDevicePlugin.prototype.processTelemetry = function (env, itemCtx) {
|
|
228
|
+
// @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
|
|
229
|
+
};
|
|
230
|
+
/**
|
|
231
|
+
* Set the module that will be used during initialization when collecting device is enabled
|
|
232
|
+
* (the default), automatic collection can be disabled via the `disableDeviceCollection`
|
|
233
|
+
* config. If no `deviceInfoModule` is set and collection is enabled, an error will be thrown.
|
|
234
|
+
* @param deviceInfoModule
|
|
235
|
+
*/
|
|
236
|
+
ReactNativeManualDevicePlugin.prototype.setDeviceInfoModule = function (deviceInfoModule) {
|
|
237
|
+
// @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
|
|
238
|
+
};
|
|
239
|
+
/**
|
|
240
|
+
* Manually set the deviceId, if set before initialization and automatic device info collection
|
|
241
|
+
* is enabled this value may get overwritten. If you want to keep this value disable auto
|
|
242
|
+
* collection by setting the `disableDeviceCollection` config to true.
|
|
243
|
+
* @param newId - The value to use as the device Id.
|
|
244
|
+
*/
|
|
245
|
+
ReactNativeManualDevicePlugin.prototype.setDeviceId = function (newId) {
|
|
246
|
+
// @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
|
|
247
|
+
};
|
|
248
|
+
/**
|
|
249
|
+
* Manually set the device model, if set before initialization and automatic device info
|
|
250
|
+
* collection is enabled this value may get overwritten. If you want to keep this value
|
|
251
|
+
* disable auto collection by setting the `disableDeviceCollection` config to true.
|
|
252
|
+
* @param newModel - The value to use as the device model.
|
|
253
|
+
*/
|
|
254
|
+
ReactNativeManualDevicePlugin.prototype.setDeviceModel = function (newModel) {
|
|
255
|
+
// @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
|
|
256
|
+
};
|
|
257
|
+
/**
|
|
258
|
+
* Manually set the device type (class), if set before initialization and automatic device
|
|
259
|
+
* info collection is enabled this value may get overwritten. If you want to keep this value
|
|
260
|
+
* disable auto collection by setting the `disableDeviceCollection` config to true.
|
|
261
|
+
* @param newType - The value to use as the device type
|
|
262
|
+
*/
|
|
263
|
+
ReactNativeManualDevicePlugin.prototype.setDeviceType = function (newType) {
|
|
264
|
+
// @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging
|
|
265
|
+
};
|
|
233
266
|
return ReactNativeManualDevicePlugin;
|
|
234
267
|
}(BaseTelemetryPlugin));
|
|
235
268
|
export { ReactNativeManualDevicePlugin };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReactNativeManualDevicePlugin.js.map","sources":["ReactNativeManualDevicePlugin.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { __extends } from \"tslib\";\r\nimport dynamicProto from \"@microsoft/dynamicproto-js\";\r\nimport { AnalyticsPluginIdentifier } from \"@microsoft/applicationinsights-common\";\r\nimport { BaseTelemetryPlugin, _throwInternal, _warnToConsole, arrForEach, dumpObj, getExceptionName, onConfigChange } from \"@microsoft/applicationinsights-core-js\";\r\nimport { getGlobal, strShimUndefined } from \"@microsoft/applicationinsights-shims\";\r\nimport { isPromiseLike, isString, objDeepFreeze, scheduleTimeout } from \"@nevware21/ts-utils\";\r\nvar defaultReactNativePluginConfig = objDeepFreeze({\r\n disableDeviceCollection: false,\r\n disableExceptionCollection: false,\r\n uniqueIdPromiseTimeout: 5000\r\n});\r\nvar ReactNativeManualDevicePlugin = /** @class */ (function (_super) {\r\n __extends(ReactNativeManualDevicePlugin, _super);\r\n function ReactNativeManualDevicePlugin(config) {\r\n var _this = _super.call(this) || this;\r\n _this.identifier = \"AppInsightsReactNativePlugin\";\r\n _this.priority = 140;\r\n // Automatic defaults, don't set values here only set in _initDefaults()\r\n var _device;\r\n var _config;\r\n var _analyticsPlugin;\r\n var _defaultHandler;\r\n var _waitingForId;\r\n var _waitingTimer;\r\n var _waitingItems = null;\r\n var _deviceInfoModule;\r\n var _deviceInfoNeedsUpdate;\r\n var exceptionHandlerSet;\r\n dynamicProto(ReactNativeManualDevicePlugin, _this, function (_self, _base) {\r\n _initDefaults();\r\n _self.initialize = function (config, // need `| object` to coerce to interface\r\n core, extensions) {\r\n var identifier = _this.identifier;\r\n if (!_self.isInitialized()) {\r\n _base.initialize(config, core, extensions);\r\n _self._addHook(onConfigChange(config, function (details) {\r\n var _a;\r\n var ctx = _self._getTelCtx();\r\n _config = ctx.getExtCfg(identifier, defaultReactNativePluginConfig);\r\n if (!_config.disableDeviceCollection && _deviceInfoNeedsUpdate) {\r\n _deviceInfoNeedsUpdate = !_self._collectDeviceInfo();\r\n }\r\n if (core && core.getPlugin) {\r\n _analyticsPlugin = (_a = core.getPlugin(AnalyticsPluginIdentifier)) === null || _a === void 0 ? void 0 : _a.plugin;\r\n }\r\n else {\r\n _analyticsPlugin = null;\r\n }\r\n if (exceptionHandlerSet) {\r\n _resetGlobalErrorHandler();\r\n }\r\n if (!_config.disableExceptionCollection) {\r\n _self._setExceptionHandler();\r\n exceptionHandlerSet = true;\r\n }\r\n }));\r\n }\r\n };\r\n _self.processTelemetry = function (item, itemCtx) {\r\n if (!_waitingForId) {\r\n _applyDeviceContext(item);\r\n _self.processNext(item, itemCtx);\r\n }\r\n else {\r\n // Make sure we have an array for the waiting items\r\n _waitingItems = _waitingItems || [];\r\n _waitingItems.push({\r\n item: item,\r\n itemCtx: itemCtx\r\n });\r\n }\r\n };\r\n _self.setDeviceInfoModule = function (deviceInfoModule) {\r\n // Set the configured deviceInfoModule\r\n _deviceInfoModule = deviceInfoModule;\r\n _deviceInfoNeedsUpdate = true;\r\n };\r\n _self.setDeviceId = _setDeviceId;\r\n _self.setDeviceModel = function (newModel) {\r\n _device.model = newModel;\r\n };\r\n _self.setDeviceType = function (newType) {\r\n _device.deviceClass = newType;\r\n };\r\n /**\r\n * Automatically collects native device info for this device\r\n */\r\n _self._collectDeviceInfo = function () {\r\n try {\r\n _deviceInfoModule = _this.getDeviceInfoModule(_deviceInfoModule);\r\n if (!_deviceInfoModule) {\r\n return false;\r\n }\r\n _device.deviceClass = _deviceInfoModule.getDeviceType();\r\n _device.model = _deviceInfoModule.getModel();\r\n var uniqueId = _deviceInfoModule.getUniqueId(); // Installation ID support different versions which return a promise vs string\r\n if (isPromiseLike(uniqueId)) {\r\n _waitingForId = true;\r\n if (_waitingTimer) {\r\n _waitingTimer.cancel();\r\n }\r\n _waitingTimer = scheduleTimeout(function () {\r\n _waitingTimer = null;\r\n _setDeviceId(_device.id);\r\n }, 0);\r\n _waitingTimer.unref();\r\n uniqueId.then(function (value) {\r\n _setDeviceId(value);\r\n }, function (reason) {\r\n _warnToConsole(_self.diagLog(), \"Failed to get device id: \" + dumpObj(reason));\r\n // Just reuse the existing id (if any)\r\n _setDeviceId(_device.id);\r\n });\r\n }\r\n else if (isString(uniqueId)) {\r\n _device.id = uniqueId;\r\n }\r\n return true;\r\n }\r\n catch (e) {\r\n _warnToConsole(_self.diagLog(), \"Failed to get DeviceInfo: \" + getExceptionName(e) + \" - \" + dumpObj(e));\r\n }\r\n };\r\n _self._doTeardown = function (unloadCtx, unloadState, asyncCallback) {\r\n _resetGlobalErrorHandler();\r\n _initDefaults();\r\n };\r\n function _initDefaults() {\r\n _device = {};\r\n _config = {};\r\n _analyticsPlugin = null;\r\n _defaultHandler = null;\r\n _waitingForId = false;\r\n _deviceInfoModule = null;\r\n _deviceInfoNeedsUpdate = true;\r\n exceptionHandlerSet = false;\r\n }\r\n function _setDeviceId(newId) {\r\n _device.id = newId;\r\n _waitingForId = false;\r\n if (_waitingTimer) {\r\n _waitingTimer.cancel();\r\n }\r\n if (!_waitingForId && _waitingItems && _waitingItems.length > 0 && _self.isInitialized()) {\r\n var items = _waitingItems;\r\n _waitingItems = null;\r\n arrForEach(items, function (value) {\r\n try {\r\n _self.processTelemetry(value.item, value.itemCtx);\r\n }\r\n catch (e) {\r\n // Just ignore\r\n }\r\n });\r\n }\r\n }\r\n function _applyDeviceContext(item) {\r\n if (_device) {\r\n item.ext = item.ext || {};\r\n item.ext.device = item.ext.device || {};\r\n if (isString(_device.id)) {\r\n item.ext.device.localId = _device.id;\r\n }\r\n if (isString(_device.model)) {\r\n item.ext.device.model = _device.model;\r\n }\r\n if (isString(_device.deviceClass)) {\r\n item.ext.device.deviceClass = _device.deviceClass;\r\n }\r\n }\r\n }\r\n function _getGlobal() {\r\n if (typeof global !== strShimUndefined && global) {\r\n return global;\r\n }\r\n return getGlobal();\r\n }\r\n _self._setExceptionHandler = function () {\r\n var _global = _getGlobal();\r\n if (_global && _global.ErrorUtils) {\r\n // intercept react-native error handling\r\n _defaultHandler = (typeof _global.ErrorUtils.getGlobalHandler === \"function\" && _global.ErrorUtils.getGlobalHandler()) || _global.ErrorUtils._globalHandler;\r\n _global.ErrorUtils.setGlobalHandler(_trackException);\r\n }\r\n };\r\n function _resetGlobalErrorHandler() {\r\n var _global = _getGlobal();\r\n if (_global && _global.ErrorUtils && _global.ErrorUtils.getGlobalHandler() === _trackException) {\r\n _global.ErrorUtils.setGlobalHandler(_defaultHandler || null);\r\n }\r\n }\r\n // default global error handler syntax: handleError(e, isFatal)\r\n function _trackException(e, isFatal) {\r\n var exception = { exception: e, severityLevel: 3 /* eSeverityLevel.Error */ };\r\n if (_analyticsPlugin) {\r\n _analyticsPlugin.trackException(exception);\r\n }\r\n else {\r\n _throwInternal(_self.diagLog(), 1 /* eLoggingSeverity.CRITICAL */, 64 /* _eInternalMessageId.TelemetryInitializerFailed */, \"Analytics plugin is not available, ReactNative plugin telemetry will not be sent: \");\r\n }\r\n // call the _defaultHandler - react native also gets the error\r\n if (_defaultHandler) {\r\n _defaultHandler.call(global, e, isFatal);\r\n }\r\n }\r\n // Test Hooks\r\n _self._config = _config;\r\n _self._getDbgPlgTargets = function () {\r\n return [_device, _deviceInfoModule, _config];\r\n };\r\n });\r\n return _this;\r\n }\r\n ReactNativeManualDevicePlugin.prototype.getDeviceInfoModule = function (_deviceInfoModule) {\r\n if (!_deviceInfoModule) {\r\n _warnToConsole(this.diagLog(), \"Failed to get DeviceInfo. Provide DeviceInfo while init or turn it off by setting disableDeviceCollection flag to true\");\r\n return null;\r\n }\r\n return _deviceInfoModule;\r\n };\r\n ReactNativeManualDevicePlugin.prototype.initialize = function (config, // need `| object` to coerce to interface\r\n core, extensions) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n ReactNativeManualDevicePlugin.prototype.processTelemetry = function (env, itemCtx) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n /**\r\n * Set the module that will be used during initialization when collecting device is enabled\r\n * (the default), automatic collection can be disabled via the `disableDeviceCollection`\r\n * config. If no `deviceInfoModule` is set and collection is enabled, an error will be thrown.\r\n * @param deviceInfoModule\r\n */\r\n ReactNativeManualDevicePlugin.prototype.setDeviceInfoModule = function (deviceInfoModule) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n /**\r\n * Manually set the deviceId, if set before initialization and automatic device info collection\r\n * is enabled this value may get overwritten. If you want to keep this value disable auto\r\n * collection by setting the `disableDeviceCollection` config to true.\r\n * @param newId - The value to use as the device Id.\r\n */\r\n ReactNativeManualDevicePlugin.prototype.setDeviceId = function (newId) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n /**\r\n * Manually set the device model, if set before initialization and automatic device info\r\n * collection is enabled this value may get overwritten. If you want to keep this value\r\n * disable auto collection by setting the `disableDeviceCollection` config to true.\r\n * @param newModel - The value to use as the device model.\r\n */\r\n ReactNativeManualDevicePlugin.prototype.setDeviceModel = function (newModel) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n /**\r\n * Manually set the device type (class), if set before initialization and automatic device\r\n * info collection is enabled this value may get overwritten. If you want to keep this value\r\n * disable auto collection by setting the `disableDeviceCollection` config to true.\r\n * @param newType - The value to use as the device type\r\n */\r\n ReactNativeManualDevicePlugin.prototype.setDeviceType = function (newType) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n };\r\n return ReactNativeManualDevicePlugin;\r\n}(BaseTelemetryPlugin));\r\nexport { ReactNativeManualDevicePlugin };\r\n//# sourceMappingURL=ReactNativeManualDevicePlugin.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC,gFAAkC;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;0EA0CM;AACN;AACA;AACA;AACA"}
|
|
1
|
+
{"version":3,"file":"ReactNativeManualDevicePlugin.js","sourceRoot":"","sources":["../src/ReactNativeManualDevicePlugin.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n\r\nimport dynamicProto from \"@microsoft/dynamicproto-js\";\r\nimport {\r\n AnalyticsPluginIdentifier, IAppInsights, IDevice, IExceptionTelemetry, eSeverityLevel\r\n} from \"@microsoft/applicationinsights-common\";\r\nimport {\r\n BaseTelemetryPlugin, IAppInsightsCore, IConfigDefaults, IPlugin, IProcessTelemetryContext, IProcessTelemetryUnloadContext, ITelemetryItem,\r\n ITelemetryPlugin, ITelemetryUnloadState, _eInternalMessageId, _throwInternal, _warnToConsole, arrForEach, dumpObj, eLoggingSeverity,\r\n getExceptionName, onConfigChange\r\n} from \"@microsoft/applicationinsights-core-js\";\r\nimport { getGlobal, strShimUndefined } from \"@microsoft/applicationinsights-shims\";\r\nimport { INativeDevice, IReactNativePluginConfig } from \"./Interfaces\";\r\nimport { isPromiseLike, isString, ITimerHandler, objDeepFreeze, scheduleTimeout } from \"@nevware21/ts-utils\";\r\nimport { IDeviceInfoModule } from \"./Interfaces/IDeviceInfoModule\";\r\n\r\ndeclare var global: Window;\r\nconst defaultReactNativePluginConfig: IConfigDefaults<IReactNativePluginConfig> = objDeepFreeze({\r\n disableDeviceCollection: false,\r\n disableExceptionCollection: false,\r\n uniqueIdPromiseTimeout: 5000\r\n});\r\n\r\nexport class ReactNativeManualDevicePlugin extends BaseTelemetryPlugin {\r\n\r\n identifier: string = \"AppInsightsReactNativePlugin\";\r\n priority: number = 140;\r\n _nextPlugin?: ITelemetryPlugin;\r\n\r\n private _setExceptionHandler: () => void;\r\n private _collectDeviceInfo: () => boolean;\r\n\r\n constructor(config?: IReactNativePluginConfig) {\r\n super();\r\n\r\n // Automatic defaults, don't set values here only set in _initDefaults()\r\n let _device: INativeDevice;\r\n let _config: IReactNativePluginConfig;\r\n let _analyticsPlugin: IAppInsights;\r\n let _defaultHandler;\r\n let _waitingForId: boolean;\r\n let _waitingTimer: ITimerHandler;\r\n let _waitingItems: { item: ITelemetryItem, itemCtx?: IProcessTelemetryContext }[] = null;\r\n let _deviceInfoModule: IDeviceInfoModule;\r\n \r\n let _deviceInfoNeedsUpdate:boolean;\r\n let exceptionHandlerSet:boolean;\r\n \r\n dynamicProto(ReactNativeManualDevicePlugin, this, (_self, _base) => {\r\n _initDefaults();\r\n\r\n _self.initialize = (\r\n config?: IReactNativePluginConfig | object, // need `| object` to coerce to interface\r\n core?: IAppInsightsCore,\r\n extensions?: IPlugin[]\r\n ) => {\r\n let identifier = this.identifier;\r\n if (!_self.isInitialized()) {\r\n _base.initialize(config, core, extensions);\r\n\r\n _self._addHook(onConfigChange(config, (details) => {\r\n let ctx = _self._getTelCtx();\r\n _config = ctx.getExtCfg<IReactNativePluginConfig>(identifier, defaultReactNativePluginConfig);\r\n\r\n if (!_config.disableDeviceCollection && _deviceInfoNeedsUpdate) {\r\n _deviceInfoNeedsUpdate = !_self._collectDeviceInfo();\r\n }\r\n \r\n if (core && core.getPlugin) {\r\n _analyticsPlugin = core.getPlugin<any>(AnalyticsPluginIdentifier)?.plugin as IAppInsights;\r\n } else {\r\n _analyticsPlugin = null;\r\n }\r\n\r\n if (exceptionHandlerSet){\r\n _resetGlobalErrorHandler();\r\n }\r\n \r\n if (!_config.disableExceptionCollection) {\r\n _self._setExceptionHandler();\r\n exceptionHandlerSet = true;\r\n }\r\n }));\r\n }\r\n };\r\n\r\n\r\n _self.processTelemetry = (item: ITelemetryItem, itemCtx?: IProcessTelemetryContext) => {\r\n if (!_waitingForId) {\r\n _applyDeviceContext(item);\r\n _self.processNext(item, itemCtx);\r\n } else {\r\n // Make sure we have an array for the waiting items\r\n _waitingItems = _waitingItems || [];\r\n _waitingItems.push({\r\n item,\r\n itemCtx\r\n });\r\n }\r\n };\r\n \r\n _self.setDeviceInfoModule = (deviceInfoModule: IDeviceInfoModule) => {\r\n // Set the configured deviceInfoModule\r\n _deviceInfoModule = deviceInfoModule;\r\n _deviceInfoNeedsUpdate = true;\r\n };\r\n\r\n _self.setDeviceId =_setDeviceId;\r\n \r\n _self.setDeviceModel = (newModel: string) => {\r\n _device.model = newModel;\r\n };\r\n \r\n _self.setDeviceType = (newType: string) => {\r\n _device.deviceClass = newType;\r\n };\r\n \r\n /**\r\n * Automatically collects native device info for this device\r\n */\r\n _self._collectDeviceInfo = () : boolean => {\r\n try {\r\n _deviceInfoModule = this.getDeviceInfoModule(_deviceInfoModule);\r\n if (!_deviceInfoModule) {\r\n return false;\r\n }\r\n _device.deviceClass = _deviceInfoModule.getDeviceType();\r\n _device.model = _deviceInfoModule.getModel();\r\n let uniqueId = _deviceInfoModule.getUniqueId(); // Installation ID support different versions which return a promise vs string\r\n if (isPromiseLike(uniqueId)) {\r\n _waitingForId = true;\r\n if (_waitingTimer) {\r\n _waitingTimer.cancel();\r\n }\r\n _waitingTimer = scheduleTimeout(() => {\r\n _waitingTimer = null;\r\n _setDeviceId(_device.id);\r\n }, 0);\r\n _waitingTimer.unref();\r\n uniqueId.then((value) => {\r\n _setDeviceId(value);\r\n }, (reason) => {\r\n _warnToConsole(_self.diagLog(), \"Failed to get device id: \" + dumpObj(reason));\r\n // Just reuse the existing id (if any)\r\n _setDeviceId(_device.id);\r\n });\r\n } else if (isString(uniqueId)) {\r\n _device.id = uniqueId;\r\n }\r\n return true;\r\n } catch (e) {\r\n _warnToConsole(_self.diagLog(), \"Failed to get DeviceInfo: \" + getExceptionName(e) + \" - \" + dumpObj(e));\r\n }\r\n }\r\n\r\n _self._doTeardown = (unloadCtx?: IProcessTelemetryUnloadContext, unloadState?: ITelemetryUnloadState, asyncCallback?: () => void): void | boolean => {\r\n _resetGlobalErrorHandler();\r\n _initDefaults();\r\n };\r\n\r\n function _initDefaults() {\r\n _device = {};\r\n _config = {};\r\n _analyticsPlugin = null;\r\n _defaultHandler = null;\r\n _waitingForId = false;\r\n _deviceInfoModule = null;\r\n _deviceInfoNeedsUpdate = true;\r\n exceptionHandlerSet = false;\r\n }\r\n\r\n \r\n\r\n function _setDeviceId(newId: string) {\r\n _device.id = newId;\r\n _waitingForId = false;\r\n if (_waitingTimer) {\r\n _waitingTimer.cancel();\r\n }\r\n\r\n if (!_waitingForId && _waitingItems && _waitingItems.length > 0 && _self.isInitialized()) {\r\n let items = _waitingItems;\r\n _waitingItems = null;\r\n arrForEach(items, (value) => {\r\n try {\r\n _self.processTelemetry(value.item, value.itemCtx);\r\n } catch (e) {\r\n // Just ignore\r\n }\r\n });\r\n }\r\n }\r\n\r\n function _applyDeviceContext(item: ITelemetryItem) {\r\n if (_device) {\r\n item.ext = item.ext || {};\r\n item.ext.device = item.ext.device || ({} as IDevice);\r\n if (isString(_device.id)) {\r\n item.ext.device.localId = _device.id;\r\n }\r\n if (isString(_device.model)) {\r\n item.ext.device.model = _device.model;\r\n }\r\n if (isString(_device.deviceClass)) {\r\n item.ext.device.deviceClass = _device.deviceClass;\r\n }\r\n }\r\n }\r\n\r\n function _getGlobal(): any {\r\n if (typeof global !== strShimUndefined && global) {\r\n return global as any;\r\n }\r\n\r\n return getGlobal() as any;\r\n }\r\n\r\n _self._setExceptionHandler = () => {\r\n const _global = _getGlobal();\r\n if (_global && _global.ErrorUtils) {\r\n // intercept react-native error handling\r\n _defaultHandler = (typeof _global.ErrorUtils.getGlobalHandler === \"function\" && _global.ErrorUtils.getGlobalHandler()) || _global.ErrorUtils._globalHandler;\r\n _global.ErrorUtils.setGlobalHandler(_trackException);\r\n }\r\n }\r\n\r\n function _resetGlobalErrorHandler() {\r\n const _global = _getGlobal();\r\n if (_global && _global.ErrorUtils && _global.ErrorUtils.getGlobalHandler() === _trackException) {\r\n _global.ErrorUtils.setGlobalHandler(_defaultHandler || null);\r\n }\r\n }\r\n\r\n // default global error handler syntax: handleError(e, isFatal)\r\n function _trackException(e, isFatal) {\r\n const exception: IExceptionTelemetry = { exception: e, severityLevel: eSeverityLevel.Error };\r\n\r\n if (_analyticsPlugin) {\r\n _analyticsPlugin.trackException(exception);\r\n } else {\r\n _throwInternal(_self.diagLog(),\r\n eLoggingSeverity.CRITICAL, _eInternalMessageId.TelemetryInitializerFailed, \"Analytics plugin is not available, ReactNative plugin telemetry will not be sent: \");\r\n }\r\n\r\n // call the _defaultHandler - react native also gets the error\r\n if (_defaultHandler) {\r\n _defaultHandler.call(global, e, isFatal);\r\n }\r\n }\r\n\r\n // Test Hooks\r\n (_self as any)._config = _config;\r\n (_self as any)._getDbgPlgTargets = () => {\r\n return [_device, _deviceInfoModule, _config];\r\n }\r\n });\r\n }\r\n\r\n protected getDeviceInfoModule(_deviceInfoModule): IDeviceInfoModule {\r\n if (!_deviceInfoModule) {\r\n _warnToConsole(this.diagLog(), \"Failed to get DeviceInfo. Provide DeviceInfo while init or turn it off by setting disableDeviceCollection flag to true\");\r\n return null;\r\n }\r\n return _deviceInfoModule;\r\n }\r\n\r\n public initialize(\r\n config?: IReactNativePluginConfig | object, // need `| object` to coerce to interface\r\n core?: IAppInsightsCore,\r\n extensions?: IPlugin[]) {\r\n\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n }\r\n\r\n public processTelemetry(env: ITelemetryItem, itemCtx?: IProcessTelemetryContext) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n }\r\n\r\n /**\r\n * Set the module that will be used during initialization when collecting device is enabled\r\n * (the default), automatic collection can be disabled via the `disableDeviceCollection`\r\n * config. If no `deviceInfoModule` is set and collection is enabled, an error will be thrown.\r\n * @param deviceInfoModule\r\n */\r\n public setDeviceInfoModule(deviceInfoModule: IDeviceInfoModule) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n }\r\n\r\n /**\r\n * Manually set the deviceId, if set before initialization and automatic device info collection\r\n * is enabled this value may get overwritten. If you want to keep this value disable auto\r\n * collection by setting the `disableDeviceCollection` config to true.\r\n * @param newId - The value to use as the device Id.\r\n */\r\n public setDeviceId(newId: string) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n }\r\n\r\n /**\r\n * Manually set the device model, if set before initialization and automatic device info\r\n * collection is enabled this value may get overwritten. If you want to keep this value\r\n * disable auto collection by setting the `disableDeviceCollection` config to true.\r\n * @param newModel - The value to use as the device model.\r\n */\r\n public setDeviceModel(newModel: string) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n }\r\n\r\n /**\r\n * Manually set the device type (class), if set before initialization and automatic device\r\n * info collection is enabled this value may get overwritten. If you want to keep this value\r\n * disable auto collection by setting the `disableDeviceCollection` config to true.\r\n * @param newType - The value to use as the device type\r\n */\r\n public setDeviceType(newType: string) {\r\n // @DynamicProtoStub -- DO NOT add any code as this will be removed during packaging\r\n }\r\n}\r\n"]}
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import { __extendsFn as __extends } from "@microsoft/applicationinsights-shims";
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { __extends } from "tslib";
|
|
8
4
|
import { getReactNativeDeviceInfo } from "./DeviceInfo/ReactNativeDeviceInfo";
|
|
9
5
|
import { ReactNativeManualDevicePlugin } from "./ReactNativeManualDevicePlugin";
|
|
10
6
|
var ReactNativePlugin = /** @class */ (function (_super) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReactNativePlugin.js
|
|
1
|
+
{"version":3,"file":"ReactNativePlugin.js","sourceRoot":"","sources":["../src/ReactNativePlugin.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,kCAAkC;;AAGlC,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAE9E,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAGhF;IAAuC,qCAA6B;IAApE;;IAIA,CAAC;IAHa,+CAAmB,GAA7B,UAA8B,iBAAiB;QAC3C,OAAO,iBAAiB,IAAI,wBAAwB,EAAE,CAAC;IAC3D,CAAC;IACL,wBAAC;AAAD,CAAC,AAJD,CAAuC,6BAA6B,GAInE","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n\r\n\r\nimport { getReactNativeDeviceInfo } from \"./DeviceInfo/ReactNativeDeviceInfo\";\r\nimport { IDeviceInfoModule } from \"./Interfaces/IDeviceInfoModule\";\r\nimport { ReactNativeManualDevicePlugin } from \"./ReactNativeManualDevicePlugin\";\r\n\r\n\r\nexport class ReactNativePlugin extends ReactNativeManualDevicePlugin {\r\n protected getDeviceInfoModule(_deviceInfoModule): IDeviceInfoModule {\r\n return _deviceInfoModule || getReactNativeDeviceInfo();\r\n }\r\n}\r\n"]}
|
package/dist-esm/index.js
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
7
3
|
import { ReactNativePlugin } from "./ReactNativePlugin";
|
|
8
4
|
import { getReactNativeDeviceInfo } from "./DeviceInfo/ReactNativeDeviceInfo";
|
|
9
5
|
import { ReactNativeManualDevicePlugin } from "./ReactNativeManualDevicePlugin";
|
package/dist-esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,kCAAkC;AAElC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAGxD,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEhF,OAAO,EAAE,iBAAiB,EAAE,6BAA6B,EAA8D,CAAC;AACxH,OAAO,EAAE,wBAAwB,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n\r\nimport { ReactNativePlugin } from \"./ReactNativePlugin\";\r\nimport { INativeDevice, IReactNativePluginConfig } from \"./Interfaces\";\r\nimport { IDeviceInfoModule } from \"./Interfaces/IDeviceInfoModule\";\r\nimport { getReactNativeDeviceInfo } from \"./DeviceInfo/ReactNativeDeviceInfo\";\r\nimport { ReactNativeManualDevicePlugin } from \"./ReactNativeManualDevicePlugin\";\r\n\r\nexport { ReactNativePlugin, ReactNativeManualDevicePlugin, INativeDevice, IReactNativePluginConfig, IDeviceInfoModule };\r\nexport { getReactNativeDeviceInfo };\r\n"]}
|
package/dist-esm/manualIndex.js
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2
|
+
// Licensed under the MIT License.
|
|
7
3
|
import { ReactNativeManualDevicePlugin } from "./ReactNativeManualDevicePlugin";
|
|
8
4
|
export { ReactNativeManualDevicePlugin };
|
|
9
5
|
//# sourceMappingURL=manualIndex.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manualIndex.js
|
|
1
|
+
{"version":3,"file":"manualIndex.js","sourceRoot":"","sources":["../src/manualIndex.ts"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,kCAAkC;AAKlC,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEhF,OAAO,EAAE,6BAA6B,EAA8D,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\n\r\n\r\nimport { INativeDevice, IReactNativePluginConfig } from \"./Interfaces\";\r\nimport { IDeviceInfoModule } from \"./Interfaces/IDeviceInfoModule\";\r\nimport { ReactNativeManualDevicePlugin } from \"./ReactNativeManualDevicePlugin\";\r\n\r\nexport { ReactNativeManualDevicePlugin, INativeDevice, IReactNativePluginConfig, IDeviceInfoModule };\r\n\r\n"]}
|
package/package.json
CHANGED
|
@@ -1,100 +1,97 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@microsoft/applicationinsights-react-native",
|
|
3
|
-
"version": "4.3.4
|
|
4
|
-
"description": "Microsoft Application Insights React Native Plugin",
|
|
5
|
-
"main": "dist-esm/index.js",
|
|
6
|
-
"exports": {
|
|
7
|
-
".": {
|
|
8
|
-
"types": "./types/index.d.ts",
|
|
9
|
-
"import": "./dist-esm/index.js"
|
|
10
|
-
},
|
|
11
|
-
"./manual": {
|
|
12
|
-
"types": "./types/manualIndex.d.ts",
|
|
13
|
-
"import": "./dist-esm/manualIndex.js"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"types": "types/index.d.ts",
|
|
17
|
-
"sideEffects": false,
|
|
18
|
-
"author": "Microsoft Application Insights Team",
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"repository": {
|
|
21
|
-
"type": "git",
|
|
22
|
-
"url": "https://github.com/microsoft/applicationinsights-react-native"
|
|
23
|
-
},
|
|
24
|
-
"bugs": {
|
|
25
|
-
"url": "https://github.com/microsoft/applicationinsights-react-native/issues"
|
|
26
|
-
},
|
|
27
|
-
"homepage": "https://github.com/microsoft/applicationinsights-react-native#readme",
|
|
28
|
-
"keywords": [
|
|
29
|
-
"performance monitoring",
|
|
30
|
-
"application insights",
|
|
31
|
-
"microsoft",
|
|
32
|
-
"azure",
|
|
33
|
-
"react native"
|
|
34
|
-
],
|
|
35
|
-
"scripts": {
|
|
36
|
-
"build": "npm run build:esm && npm run build:package && npm run dtsgen",
|
|
37
|
-
"build:esm": "grunt reactnative",
|
|
38
|
-
"build:package": "rollup -c",
|
|
39
|
-
"rebuild": "npm run build",
|
|
40
|
-
"test": "grunt reactnativetests",
|
|
41
|
-
"mintest": "grunt reactnative-mintests",
|
|
42
|
-
"testx": "npm run build:test && grunt reactnativetests",
|
|
43
|
-
"lint": "tslint -p tsconfig.json",
|
|
44
|
-
"dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js \"Microsoft Application Insights react native plugin\"",
|
|
45
|
-
"ai-min": "grunt reactnative-min",
|
|
46
|
-
"ai-restore": "grunt reactnative-restore"
|
|
47
|
-
},
|
|
48
|
-
"devDependencies": {
|
|
49
|
-
"@microsoft/ai-test-framework": "0.0.1",
|
|
50
|
-
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
|
|
51
|
-
"@microsoft/api-extractor": "^7.18.1",
|
|
52
|
-
"grunt": "^1.5.3",
|
|
53
|
-
"grunt-cli": "^1.4.3",
|
|
54
|
-
"grunt-contrib-qunit": "^5.0.1",
|
|
55
|
-
"grunt-contrib-uglify": "^5.0.1",
|
|
56
|
-
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
|
57
|
-
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "^4.28.0",
|
|
59
|
-
"@typescript-eslint/parser": "^4.28.0",
|
|
60
|
-
"eslint": "^7.29.0",
|
|
61
|
-
"eslint-config-standard": "^16.0.3",
|
|
62
|
-
"eslint-plugin-import": "^2.23.4",
|
|
63
|
-
"eslint-plugin-node": "^11.1.0",
|
|
64
|
-
"eslint-plugin-promise": "^5.1.0",
|
|
65
|
-
"qunit": "^2.11.2",
|
|
66
|
-
"react": "^18.0.0",
|
|
67
|
-
"react-native": "^0.69.9",
|
|
68
|
-
"globby": "^11.0.0",
|
|
69
|
-
"magic-string": "^0.25.7",
|
|
70
|
-
"@rollup/plugin-commonjs": "^18.0.0",
|
|
71
|
-
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
72
|
-
"@rollup/plugin-replace": "^2.3.3",
|
|
73
|
-
"rollup-plugin-cleanup": "^3.2.1",
|
|
74
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
75
|
-
"rollup": "^2.77.2",
|
|
76
|
-
"typescript": "^4.3.4",
|
|
77
|
-
"tslib": "^2.0.0",
|
|
78
|
-
"uglify-js": "3.16.0"
|
|
79
|
-
},
|
|
80
|
-
"dependencies": {
|
|
81
|
-
"@microsoft/applicationinsights-common": "^3.3.
|
|
82
|
-
"@microsoft/applicationinsights-core-js": "^3.3.
|
|
83
|
-
"@microsoft/applicationinsights-shims": "^3.0.1",
|
|
84
|
-
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
85
|
-
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
86
|
-
},
|
|
87
|
-
"peerDependencies": {
|
|
88
|
-
"tslib": "*",
|
|
89
|
-
"react-native": "*",
|
|
90
|
-
"react-native-device-info": ">=5.2.1"
|
|
91
|
-
},
|
|
92
|
-
"peerDependenciesMeta": {
|
|
93
|
-
"react-native-device-info": {
|
|
94
|
-
"optional": true
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
"tag": "nightly"
|
|
99
|
-
}
|
|
100
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@microsoft/applicationinsights-react-native",
|
|
3
|
+
"version": "4.3.4",
|
|
4
|
+
"description": "Microsoft Application Insights React Native Plugin",
|
|
5
|
+
"main": "dist-esm/index.js",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"types": "./types/index.d.ts",
|
|
9
|
+
"import": "./dist-esm/index.js"
|
|
10
|
+
},
|
|
11
|
+
"./manual": {
|
|
12
|
+
"types": "./types/manualIndex.d.ts",
|
|
13
|
+
"import": "./dist-esm/manualIndex.js"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"types": "types/index.d.ts",
|
|
17
|
+
"sideEffects": false,
|
|
18
|
+
"author": "Microsoft Application Insights Team",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "https://github.com/microsoft/applicationinsights-react-native"
|
|
23
|
+
},
|
|
24
|
+
"bugs": {
|
|
25
|
+
"url": "https://github.com/microsoft/applicationinsights-react-native/issues"
|
|
26
|
+
},
|
|
27
|
+
"homepage": "https://github.com/microsoft/applicationinsights-react-native#readme",
|
|
28
|
+
"keywords": [
|
|
29
|
+
"performance monitoring",
|
|
30
|
+
"application insights",
|
|
31
|
+
"microsoft",
|
|
32
|
+
"azure",
|
|
33
|
+
"react native"
|
|
34
|
+
],
|
|
35
|
+
"scripts": {
|
|
36
|
+
"build": "npm run build:esm && npm run build:package && npm run dtsgen",
|
|
37
|
+
"build:esm": "grunt reactnative",
|
|
38
|
+
"build:package": "rollup -c",
|
|
39
|
+
"rebuild": "npm run build",
|
|
40
|
+
"test": "grunt reactnativetests",
|
|
41
|
+
"mintest": "grunt reactnative-mintests",
|
|
42
|
+
"testx": "npm run build:test && grunt reactnativetests",
|
|
43
|
+
"lint": "tslint -p tsconfig.json",
|
|
44
|
+
"dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js \"Microsoft Application Insights react native plugin\"",
|
|
45
|
+
"ai-min": "grunt reactnative-min",
|
|
46
|
+
"ai-restore": "grunt reactnative-restore"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@microsoft/ai-test-framework": "0.0.1",
|
|
50
|
+
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
|
|
51
|
+
"@microsoft/api-extractor": "^7.18.1",
|
|
52
|
+
"grunt": "^1.5.3",
|
|
53
|
+
"grunt-cli": "^1.4.3",
|
|
54
|
+
"grunt-contrib-qunit": "^5.0.1",
|
|
55
|
+
"grunt-contrib-uglify": "^5.0.1",
|
|
56
|
+
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
|
57
|
+
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "^4.28.0",
|
|
59
|
+
"@typescript-eslint/parser": "^4.28.0",
|
|
60
|
+
"eslint": "^7.29.0",
|
|
61
|
+
"eslint-config-standard": "^16.0.3",
|
|
62
|
+
"eslint-plugin-import": "^2.23.4",
|
|
63
|
+
"eslint-plugin-node": "^11.1.0",
|
|
64
|
+
"eslint-plugin-promise": "^5.1.0",
|
|
65
|
+
"qunit": "^2.11.2",
|
|
66
|
+
"react": "^18.0.0",
|
|
67
|
+
"react-native": "^0.69.9",
|
|
68
|
+
"globby": "^11.0.0",
|
|
69
|
+
"magic-string": "^0.25.7",
|
|
70
|
+
"@rollup/plugin-commonjs": "^18.0.0",
|
|
71
|
+
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
72
|
+
"@rollup/plugin-replace": "^2.3.3",
|
|
73
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
74
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
75
|
+
"rollup": "^2.77.2",
|
|
76
|
+
"typescript": "^4.3.4",
|
|
77
|
+
"tslib": "^2.0.0",
|
|
78
|
+
"uglify-js": "3.16.0"
|
|
79
|
+
},
|
|
80
|
+
"dependencies": {
|
|
81
|
+
"@microsoft/applicationinsights-common": "^3.3.4",
|
|
82
|
+
"@microsoft/applicationinsights-core-js": "^3.3.4",
|
|
83
|
+
"@microsoft/applicationinsights-shims": "^3.0.1",
|
|
84
|
+
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
85
|
+
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
86
|
+
},
|
|
87
|
+
"peerDependencies": {
|
|
88
|
+
"tslib": "*",
|
|
89
|
+
"react-native": "*",
|
|
90
|
+
"react-native-device-info": ">=5.2.1"
|
|
91
|
+
},
|
|
92
|
+
"peerDependenciesMeta": {
|
|
93
|
+
"react-native-device-info": {
|
|
94
|
+
"optional": true
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|