@microsoft/applicationinsights-core-js 2.8.3 → 2.8.4-nightly.2205-07

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.
Files changed (68) hide show
  1. package/browser/applicationinsights-core-js.integrity.json +9 -9
  2. package/browser/applicationinsights-core-js.js +4 -3
  3. package/browser/applicationinsights-core-js.js.map +1 -1
  4. package/browser/applicationinsights-core-js.min.js +2 -2
  5. package/browser/applicationinsights-core-js.min.js.map +1 -1
  6. package/dist/applicationinsights-core-js.api.json +22 -1
  7. package/dist/applicationinsights-core-js.api.md +2 -0
  8. package/dist/applicationinsights-core-js.d.ts +3 -2
  9. package/dist/applicationinsights-core-js.js +4 -3
  10. package/dist/applicationinsights-core-js.js.map +1 -1
  11. package/dist/applicationinsights-core-js.min.js +2 -2
  12. package/dist/applicationinsights-core-js.min.js.map +1 -1
  13. package/dist/applicationinsights-core-js.rollup.d.ts +3 -2
  14. package/dist-esm/JavaScriptSDK/AppInsightsCore.js +1 -1
  15. package/dist-esm/JavaScriptSDK/BaseCore.js +1 -1
  16. package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js +1 -1
  17. package/dist-esm/JavaScriptSDK/ChannelController.js +1 -1
  18. package/dist-esm/JavaScriptSDK/Constants.js +1 -1
  19. package/dist-esm/JavaScriptSDK/CookieMgr.js +1 -1
  20. package/dist-esm/JavaScriptSDK/CoreUtils.js +1 -1
  21. package/dist-esm/JavaScriptSDK/DataCacheHelper.js +2 -2
  22. package/dist-esm/JavaScriptSDK/DataCacheHelper.js.map +1 -1
  23. package/dist-esm/JavaScriptSDK/DbgExtensionUtils.js +1 -1
  24. package/dist-esm/JavaScriptSDK/DiagnosticLogger.js +1 -1
  25. package/dist-esm/JavaScriptSDK/EnvUtils.js +1 -1
  26. package/dist-esm/JavaScriptSDK/EventHelpers.js +1 -1
  27. package/dist-esm/JavaScriptSDK/HelperFuncs.js +1 -1
  28. package/dist-esm/JavaScriptSDK/InstrumentHooks.js +1 -1
  29. package/dist-esm/JavaScriptSDK/InternalConstants.js +1 -1
  30. package/dist-esm/JavaScriptSDK/NotificationManager.js +1 -1
  31. package/dist-esm/JavaScriptSDK/PerfManager.js +1 -1
  32. package/dist-esm/JavaScriptSDK/ProcessTelemetryContext.js +1 -1
  33. package/dist-esm/JavaScriptSDK/RandomHelper.js +1 -1
  34. package/dist-esm/JavaScriptSDK/TelemetryHelpers.js +1 -1
  35. package/dist-esm/JavaScriptSDK/TelemetryInitializerPlugin.js +1 -1
  36. package/dist-esm/JavaScriptSDK/UnloadHandlerContainer.js +1 -1
  37. package/dist-esm/JavaScriptSDK.Enums/EnumHelperFuncs.js +1 -1
  38. package/dist-esm/JavaScriptSDK.Enums/EventsDiscardedReason.js +1 -1
  39. package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js +3 -2
  40. package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js.map +1 -1
  41. package/dist-esm/JavaScriptSDK.Enums/SendRequestReason.js +1 -1
  42. package/dist-esm/JavaScriptSDK.Enums/TelemetryUnloadReason.js +1 -1
  43. package/dist-esm/JavaScriptSDK.Enums/TelemetryUpdateReason.js +1 -1
  44. package/dist-esm/JavaScriptSDK.Interfaces/IAppInsightsCore.js +1 -1
  45. package/dist-esm/JavaScriptSDK.Interfaces/IChannelControls.js +1 -1
  46. package/dist-esm/JavaScriptSDK.Interfaces/IConfiguration.js +1 -1
  47. package/dist-esm/JavaScriptSDK.Interfaces/ICookieMgr.js +1 -1
  48. package/dist-esm/JavaScriptSDK.Interfaces/IDbgExtension.js +1 -1
  49. package/dist-esm/JavaScriptSDK.Interfaces/IDiagnosticLogger.js +1 -1
  50. package/dist-esm/JavaScriptSDK.Interfaces/IInstrumentHooks.js +1 -1
  51. package/dist-esm/JavaScriptSDK.Interfaces/INotificationListener.js +1 -1
  52. package/dist-esm/JavaScriptSDK.Interfaces/INotificationManager.js +1 -1
  53. package/dist-esm/JavaScriptSDK.Interfaces/IPerfEvent.js +1 -1
  54. package/dist-esm/JavaScriptSDK.Interfaces/IPerfManager.js +1 -1
  55. package/dist-esm/JavaScriptSDK.Interfaces/IProcessTelemetryContext.js +1 -1
  56. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryInitializers.js +1 -1
  57. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryItem.js +1 -1
  58. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPlugin.js +1 -1
  59. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPluginChain.js +1 -1
  60. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryUnloadState.js +1 -1
  61. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryUpdateState.js +1 -1
  62. package/dist-esm/JavaScriptSDK.Interfaces/IUnloadableComponent.js +1 -1
  63. package/dist-esm/applicationinsights-core-js.js +1 -1
  64. package/package.json +70 -67
  65. package/src/JavaScriptSDK/DataCacheHelper.ts +1 -1
  66. package/src/JavaScriptSDK.Enums/LoggingEnums.ts +5 -2
  67. package/types/JavaScriptSDK.Enums/LoggingEnums.d.ts +2 -1
  68. package/types/tsdoc-metadata.json +1 -1
package/package.json CHANGED
@@ -1,67 +1,70 @@
1
- {
2
- "name": "@microsoft/applicationinsights-core-js",
3
- "author": "Microsoft Application Insights Team",
4
- "version": "2.8.3",
5
- "description": "Microsoft Application Insights Core Javascript SDK",
6
- "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
7
- "keywords": [
8
- "azure",
9
- "cloud",
10
- "script errors",
11
- "microsoft",
12
- "application insights",
13
- "browser performance monitoring",
14
- "web analytics"
15
- ],
16
- "main": "dist/applicationinsights-core-js.js",
17
- "module": "dist-esm/applicationinsights-core-js.js",
18
- "types": "types/applicationinsights-core-js.d.ts",
19
- "scripts": {
20
- "clean": "grunt clean",
21
- "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
22
- "build:esm": "grunt core",
23
- "build:browser": "rollup -c rollup.config.js",
24
- "rebuild": "npm run build",
25
- "test": "grunt coreunittest",
26
- "perftest": "grunt coreperftest",
27
- "lint": "tslint -p tsconfig.json",
28
- "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Core Javascript SDK\"",
29
- "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js"
30
- },
31
- "repository": {
32
- "type": "git",
33
- "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/shared/AppInsightsCore"
34
- },
35
- "license": "MIT",
36
- "sideEffects": false,
37
- "devDependencies": {
38
- "@microsoft/ai-test-framework": "0.0.1",
39
- "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
40
- "@microsoft/applicationinsights-rollup-es3": "1.1.3",
41
- "@microsoft/api-extractor": "^7.18.1",
42
- "grunt": "^1.4.1",
43
- "grunt-cli": "^1.4.3",
44
- "grunt-contrib-qunit": "^5.0.1",
45
- "@nevware21/grunt-ts-plugin": "^0.4.3",
46
- "@nevware21/grunt-eslint-ts": "^0.2.2",
47
- "globby": "^11.0.0",
48
- "magic-string": "^0.25.7",
49
- "pako": "^2.0.3",
50
- "@rollup/plugin-commonjs": "^18.0.0",
51
- "@rollup/plugin-node-resolve": "^11.2.1",
52
- "@rollup/plugin-replace": "^2.3.3",
53
- "rollup-plugin-cleanup": "^3.2.1",
54
- "rollup": "^2.32.0",
55
- "typescript": "^4.3.4",
56
- "tslib": "^2.0.0",
57
- "qunit": "^2.11.2",
58
- "sinon": "^7.3.1"
59
- },
60
- "peerDependencies": {
61
- "tslib": "*"
62
- },
63
- "dependencies": {
64
- "@microsoft/applicationinsights-shims": "2.0.1",
65
- "@microsoft/dynamicproto-js": "^1.1.6"
66
- }
67
- }
1
+ {
2
+ "name": "@microsoft/applicationinsights-core-js",
3
+ "author": "Microsoft Application Insights Team",
4
+ "version": "2.8.4-nightly.2205-07",
5
+ "description": "Microsoft Application Insights Core Javascript SDK",
6
+ "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
7
+ "keywords": [
8
+ "azure",
9
+ "cloud",
10
+ "script errors",
11
+ "microsoft",
12
+ "application insights",
13
+ "browser performance monitoring",
14
+ "web analytics"
15
+ ],
16
+ "main": "dist/applicationinsights-core-js.js",
17
+ "module": "dist-esm/applicationinsights-core-js.js",
18
+ "types": "types/applicationinsights-core-js.d.ts",
19
+ "scripts": {
20
+ "clean": "grunt clean",
21
+ "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
22
+ "build:esm": "grunt core",
23
+ "build:browser": "rollup -c rollup.config.js",
24
+ "rebuild": "npm run build",
25
+ "test": "grunt coreunittest",
26
+ "perftest": "grunt coreperftest",
27
+ "lint": "tslint -p tsconfig.json",
28
+ "dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Core Javascript SDK\"",
29
+ "sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js"
30
+ },
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/shared/AppInsightsCore"
34
+ },
35
+ "license": "MIT",
36
+ "sideEffects": false,
37
+ "devDependencies": {
38
+ "@microsoft/ai-test-framework": "0.0.1",
39
+ "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
40
+ "@microsoft/applicationinsights-rollup-es3": "1.1.3",
41
+ "@microsoft/api-extractor": "^7.18.1",
42
+ "grunt": "^1.4.1",
43
+ "grunt-cli": "^1.4.3",
44
+ "grunt-contrib-qunit": "^5.0.1",
45
+ "@nevware21/grunt-ts-plugin": "^0.4.3",
46
+ "@nevware21/grunt-eslint-ts": "^0.2.2",
47
+ "globby": "^11.0.0",
48
+ "magic-string": "^0.25.7",
49
+ "pako": "^2.0.3",
50
+ "@rollup/plugin-commonjs": "^18.0.0",
51
+ "@rollup/plugin-node-resolve": "^11.2.1",
52
+ "@rollup/plugin-replace": "^2.3.3",
53
+ "rollup-plugin-cleanup": "^3.2.1",
54
+ "rollup": "^2.32.0",
55
+ "typescript": "^4.3.4",
56
+ "tslib": "^2.0.0",
57
+ "qunit": "^2.11.2",
58
+ "sinon": "^7.3.1"
59
+ },
60
+ "peerDependencies": {
61
+ "tslib": "*"
62
+ },
63
+ "dependencies": {
64
+ "@microsoft/applicationinsights-shims": "2.0.1",
65
+ "@microsoft/dynamicproto-js": "^1.1.6"
66
+ },
67
+ "publishConfig": {
68
+ "tag": "nightly"
69
+ }
70
+ }
@@ -7,7 +7,7 @@ import { newId } from "./RandomHelper";
7
7
 
8
8
  const _objDefineProperty = ObjDefineProperty;
9
9
 
10
- const version = "2.8.3";
10
+ const version = "2.8.4-nightly.2205-07";
11
11
  let instanceName = "." + newId(6);
12
12
  let _dataUid = 0;
13
13
 
@@ -105,7 +105,8 @@ export const enum _eInternalMessageId {
105
105
  InvalidContentBlob = 102,
106
106
  TrackPageActionEventFailed = 103,
107
107
  FailedAddingCustomDefinedRequestContext = 104,
108
- InMemoryStorageBufferFull = 105
108
+ InMemoryStorageBufferFull = 105,
109
+ InstrumentationKeyDeprecation = 106
109
110
  }
110
111
 
111
112
  /**
@@ -196,6 +197,8 @@ export const _InternalMessageId = createEnumStyle<typeof _eInternalMessageId>({
196
197
  InvalidContentBlob: _eInternalMessageId.InvalidContentBlob,
197
198
  TrackPageActionEventFailed: _eInternalMessageId.TrackPageActionEventFailed,
198
199
  FailedAddingCustomDefinedRequestContext: _eInternalMessageId.FailedAddingCustomDefinedRequestContext,
199
- InMemoryStorageBufferFull: _eInternalMessageId.InMemoryStorageBufferFull
200
+ InMemoryStorageBufferFull: _eInternalMessageId.InMemoryStorageBufferFull,
201
+ InstrumentationKeyDeprecation: _eInternalMessageId.InstrumentationKeyDeprecation
202
+
200
203
  });
201
204
  export type _InternalMessageId = number | _eInternalMessageId;
@@ -92,7 +92,8 @@ export declare const enum _eInternalMessageId {
92
92
  InvalidContentBlob = 102,
93
93
  TrackPageActionEventFailed = 103,
94
94
  FailedAddingCustomDefinedRequestContext = 104,
95
- InMemoryStorageBufferFull = 105
95
+ InMemoryStorageBufferFull = 105,
96
+ InstrumentationKeyDeprecation = 106
96
97
  }
97
98
  /**
98
99
  * Internal message ID. Please create a new one for every conceptually different message. Please keep alphabetically ordered
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.23.1"
8
+ "packageVersion": "7.23.2"
9
9
  }
10
10
  ]
11
11
  }