@microsoft/applicationinsights-core-js 2.7.2-nightly.2111-09 → 2.7.2-nightly.2111-10

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 (67) hide show
  1. package/browser/applicationinsights-core-js.integrity.json +9 -9
  2. package/browser/applicationinsights-core-js.js +1 -1
  3. package/browser/applicationinsights-core-js.js.map +1 -1
  4. package/browser/applicationinsights-core-js.min.js +1 -1
  5. package/browser/applicationinsights-core-js.min.js.map +1 -1
  6. package/dist/applicationinsights-core-js.d.ts +1 -1
  7. package/dist/applicationinsights-core-js.js +1 -1
  8. package/dist/applicationinsights-core-js.js.map +1 -1
  9. package/dist/applicationinsights-core-js.min.js +1 -1
  10. package/dist/applicationinsights-core-js.min.js.map +1 -1
  11. package/dist/applicationinsights-core-js.rollup.d.ts +1 -1
  12. package/dist-esm/JavaScriptSDK/AppInsightsCore.js +1 -1
  13. package/dist-esm/JavaScriptSDK/BaseCore.js +1 -1
  14. package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js +1 -1
  15. package/dist-esm/JavaScriptSDK/ChannelController.js +1 -1
  16. package/dist-esm/JavaScriptSDK/Constants.js +1 -1
  17. package/dist-esm/JavaScriptSDK/CookieMgr.js +1 -1
  18. package/dist-esm/JavaScriptSDK/CoreUtils.js +1 -1
  19. package/dist-esm/JavaScriptSDK/DiagnosticLogger.js +1 -1
  20. package/dist-esm/JavaScriptSDK/EnvUtils.js +1 -1
  21. package/dist-esm/JavaScriptSDK/HelperFuncs.js +1 -1
  22. package/dist-esm/JavaScriptSDK/InstrumentHooks.js +1 -1
  23. package/dist-esm/JavaScriptSDK/NotificationManager.js +1 -1
  24. package/dist-esm/JavaScriptSDK/PerfManager.js +1 -1
  25. package/dist-esm/JavaScriptSDK/ProcessTelemetryContext.js +1 -1
  26. package/dist-esm/JavaScriptSDK/RandomHelper.js +1 -1
  27. package/dist-esm/JavaScriptSDK/TelemetryHelpers.js +1 -1
  28. package/dist-esm/JavaScriptSDK/TelemetryPluginChain.js +1 -1
  29. package/dist-esm/JavaScriptSDK.Enums/EventsDiscardedReason.js +1 -1
  30. package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js +1 -1
  31. package/dist-esm/JavaScriptSDK.Enums/SendRequestReason.js +1 -1
  32. package/dist-esm/JavaScriptSDK.Interfaces/IAppInsightsCore.js +1 -1
  33. package/dist-esm/JavaScriptSDK.Interfaces/IChannelControls.js +1 -1
  34. package/dist-esm/JavaScriptSDK.Interfaces/IConfiguration.js +1 -1
  35. package/dist-esm/JavaScriptSDK.Interfaces/ICookieMgr.js +1 -1
  36. package/dist-esm/JavaScriptSDK.Interfaces/IDiagnosticLogger.js +1 -1
  37. package/dist-esm/JavaScriptSDK.Interfaces/IInstrumentHooks.js +1 -1
  38. package/dist-esm/JavaScriptSDK.Interfaces/INotificationListener.js +1 -1
  39. package/dist-esm/JavaScriptSDK.Interfaces/INotificationManager.js +1 -1
  40. package/dist-esm/JavaScriptSDK.Interfaces/IPerfEvent.js +1 -1
  41. package/dist-esm/JavaScriptSDK.Interfaces/IPerfManager.js +1 -1
  42. package/dist-esm/JavaScriptSDK.Interfaces/IProcessTelemetryContext.js +1 -1
  43. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryItem.js +1 -1
  44. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPlugin.js +1 -1
  45. package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPluginChain.js +1 -1
  46. package/dist-esm/applicationinsights-core-js.js +1 -1
  47. package/package.json +1 -1
  48. package/CONTRIBUTING.md +0 -14
  49. package/Tests/Perf/src/CorePerfCheck.Tests.ts +0 -828
  50. package/Tests/Perf/src/aiperftests.ts +0 -6
  51. package/Tests/Perf/tsconfig.json +0 -17
  52. package/Tests/PerfTests.html +0 -54
  53. package/Tests/Unit/src/AppInsightsCoreSize.Tests.ts +0 -59
  54. package/Tests/Unit/src/ApplicationInsightsCore.Tests.ts +0 -1015
  55. package/Tests/Unit/src/CookieManager.Tests.ts +0 -477
  56. package/Tests/Unit/src/HelperFunc.Tests.ts +0 -59
  57. package/Tests/Unit/src/aiunittests.ts +0 -13
  58. package/Tests/UnitTests.html +0 -48
  59. package/Tests/tsconfig.json +0 -17
  60. package/api-extractor.json +0 -361
  61. package/applicationinsights-core-js.build.error.log +0 -205
  62. package/applicationinsights-core-js.build.log +0 -612
  63. package/microsoft-applicationinsights-core-js-2.7.2-nightly.2111-09.tgz +0 -0
  64. package/rollup.config.js +0 -138
  65. package/src/applicationinsights-core-js.ts +0 -59
  66. package/temp/applicationinsights-core-js.api.md +0 -934
  67. package/tslint.json +0 -5
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights Core Javascript SDK, 2.7.2-nightly.2111-09
2
+ * Microsoft Application Insights Core Javascript SDK, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  import { __extendsFn as __extends } from "@microsoft/applicationinsights-shims";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  import { _InternalMessageId, LoggingSeverity } from "../JavaScriptSDK.Enums/LoggingEnums";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  import dynamicProto from "@microsoft/dynamicproto-js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  import dynamicProto from "@microsoft/dynamicproto-js";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-09
2
+ * Application Insights JavaScript SDK - Core, 2.7.2-nightly.2111-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export { MinChannelPriorty } from "./JavaScriptSDK.Interfaces/IChannelControls";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@microsoft/applicationinsights-core-js",
3
3
  "author": "Microsoft Application Insights Team",
4
- "version": "2.7.2-nightly.2111-09",
4
+ "version": "2.7.2-nightly.2111-10",
5
5
  "description": "Microsoft Application Insights Core Javascript SDK",
6
6
  "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
7
7
  "keywords": [
package/CONTRIBUTING.md DELETED
@@ -1,14 +0,0 @@
1
- # Contributing
2
-
3
- This project welcomes contributions and suggestions. Most contributions require you to
4
- agree to a Contributor License Agreement (CLA) declaring that you have the right to,
5
- and actually do, grant us the rights to use your contribution. For details, visit
6
- https://cla.microsoft.com.
7
-
8
- When you submit a pull request, a CLA-bot will automatically determine whether you need
9
- to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the
10
- instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
11
-
12
- This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
13
- For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
14
- or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.