@microsoft/applicationinsights-web-basic 3.0.0-beta.2208-19 → 3.0.0-beta.2209-03

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft.ApplicationInsights, 3.0.0-beta.2208-19
2
+ * Microsoft.ApplicationInsights, 3.0.0-beta.2209-03
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1016,6 +1016,13 @@ declare interface IConfig {
1016
1016
  * @defaultValue true
1017
1017
  */
1018
1018
  disableIkeyDeprecationMessage?: boolean;
1019
+ /**
1020
+ * [Optional] Flag to indicate whether the internal looking endpoints should be automatically
1021
+ * added to the `excludeRequestFromAutoTrackingPatterns` collection. (defaults to true).
1022
+ * This flag exists as the provided regex is generic and may unexpectedly match a domain that
1023
+ * should not be excluded.
1024
+ */
1025
+ addIntEndpoints?: boolean;
1019
1026
  }
1020
1027
 
1021
1028
  /**
@@ -1218,6 +1225,18 @@ declare interface ICookieMgrConfig {
1218
1225
  * Specifies the path to use for the cookie, defaults to '/'
1219
1226
  */
1220
1227
  path?: string;
1228
+ /**
1229
+ * Specify the cookie name(s) to be ignored, this will cause any matching cookie name to never be read or written.
1230
+ * They may still be explicitly purged or deleted. You do not need to repeat the name in the `blockedCookies`
1231
+ * configuration.(Since v2.8.8)
1232
+ */
1233
+ ignoreCookies?: string[];
1234
+ /**
1235
+ * Specify the cookie name(s) to never be written, this will cause any cookie name to never be created or updated,
1236
+ * they will still be read unless also included in the ignoreCookies and may still be explicitly purged or deleted.
1237
+ * If not provided defaults to the same list provided in ignoreCookies. (Since v2.8.8)
1238
+ */
1239
+ blockedCookies?: string[];
1221
1240
  /**
1222
1241
  * Hook function to fetch the named cookie value.
1223
1242
  * @param name - The name of the cookie
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2208-19
2
+ * Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2209-03
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/dist-esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2208-19
2
+ * Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2209-03
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/applicationinsights-web-basic",
3
- "version": "3.0.0-beta.2208-19",
3
+ "version": "3.0.0-beta.2209-03",
4
4
  "description": "Microsoft Application Insights Javascript SDK core and channel",
5
5
  "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
6
  "author": "Microsoft Application Insights Team",
@@ -54,9 +54,9 @@
54
54
  "dependencies": {
55
55
  "@microsoft/dynamicproto-js": "^1.1.6",
56
56
  "@microsoft/applicationinsights-shims": "2.0.1",
57
- "@microsoft/applicationinsights-common": "3.0.0-beta.2208-19",
58
- "@microsoft/applicationinsights-channel-js": "3.0.0-beta.2208-19",
59
- "@microsoft/applicationinsights-core-js": "3.0.0-beta.2208-19",
57
+ "@microsoft/applicationinsights-common": "3.0.0-beta.2209-03",
58
+ "@microsoft/applicationinsights-channel-js": "3.0.0-beta.2209-03",
59
+ "@microsoft/applicationinsights-core-js": "3.0.0-beta.2209-03",
60
60
  "@nevware21/ts-utils": "^0.4.1"
61
61
  },
62
62
  "license": "MIT",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.29.2"
8
+ "packageVersion": "7.31.1"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "3.0.0-beta.2208-19",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.3.0.0-beta.2208-19.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-he1KPQ2f3kBnBTw6Faa4PQCZsyH6HBmNSfZ2qfEDttk= sha384-0AvQwwaI9u5JXkmf0+X42SMx+EUHAYmLb4ahuEPBIeF/aPxLuuUklAKv1yGbSqmB sha512-T9oW2uO3jpLv4sMJuTZpyNA6uF61ES4w9dMJjG576o1IZiYR0JzZxJSxWzzK4wlOwI+rViXdFCeTfldoXOTXMw==",
9
- "hashes": {
10
- "sha256": "he1KPQ2f3kBnBTw6Faa4PQCZsyH6HBmNSfZ2qfEDttk=",
11
- "sha384": "0AvQwwaI9u5JXkmf0+X42SMx+EUHAYmLb4ahuEPBIeF/aPxLuuUklAKv1yGbSqmB",
12
- "sha512": "T9oW2uO3jpLv4sMJuTZpyNA6uF61ES4w9dMJjG576o1IZiYR0JzZxJSxWzzK4wlOwI+rViXdFCeTfldoXOTXMw=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.3.0.0-beta.2208-19.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-2fdJxFnuvroC8Eg0dp8QNRRJ8O0zBNNDITnYvFctjfM= sha384-/ArWu/Y46YCw/GYGuipUgVZNb8GYu15lKTeWOkDBFF2s2C3vo/JtD0noIIX9AMVM sha512-xLzdKx/VY3YaO4RlozPCUYsqCVWfvel5xd34OYRRxYpsK3qCTFZQDI28cGlJPpo6a/eOwJT/3uRCJVls/faaIw==",
19
- "hashes": {
20
- "sha256": "2fdJxFnuvroC8Eg0dp8QNRRJ8O0zBNNDITnYvFctjfM=",
21
- "sha384": "/ArWu/Y46YCw/GYGuipUgVZNb8GYu15lKTeWOkDBFF2s2C3vo/JtD0noIIX9AMVM",
22
- "sha512": "xLzdKx/VY3YaO4RlozPCUYsqCVWfvel5xd34OYRRxYpsK3qCTFZQDI28cGlJPpo6a/eOwJT/3uRCJVls/faaIw=="
23
- }
24
- }
25
- }
26
- }