@microsoft/applicationinsights-dependencies-js 3.0.0-beta.2302-03 → 3.0.0-beta.2302-05

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.
@@ -61,6 +61,7 @@ export const _DYN_GET_PART_APROPS = "getPartAProps"; // Count: 3
61
61
  export const _DYN_PERF_MARK = "perfMark"; // Count: 4
62
62
  export const _DYN_NAME = "name"; // Count: 6
63
63
  export const _DYN_PERF_TIMING = "perfTiming"; // Count: 3
64
+ export const _DYN_EXCEPTION = "exception"; // Count: 5
64
65
  export const _DYN_AJAX_DIAGNOSTICS_MES16 = "ajaxDiagnosticsMessage"; // Count: 3
65
66
  export const _DYN_CORRELATION_CONTEXT = "correlationContext"; // Count: 3
66
67
  export const _DYN_AJAX_TOTAL_DURATION = "ajaxTotalDuration"; // Count: 3
package/src/ajax.ts CHANGED
@@ -262,7 +262,8 @@ const _defaultConfig: IConfigDefaults<ICorrelationConfig> = objFreeze({
262
262
  ignoreHeaders:[
263
263
  "Authorization",
264
264
  "X-API-Key",
265
- "WWW-Authenticate"],
265
+ "WWW-Authenticate"
266
+ ],
266
267
  addRequestContext: undefined,
267
268
  addIntEndpoints: true
268
269
  });
@@ -49,6 +49,7 @@ export declare const _DYN_GET_PART_APROPS = "getPartAProps";
49
49
  export declare const _DYN_PERF_MARK = "perfMark";
50
50
  export declare const _DYN_NAME = "name";
51
51
  export declare const _DYN_PERF_TIMING = "perfTiming";
52
+ export declare const _DYN_EXCEPTION = "exception";
52
53
  export declare const _DYN_AJAX_DIAGNOSTICS_MES16 = "ajaxDiagnosticsMessage";
53
54
  export declare const _DYN_CORRELATION_CONTEXT = "correlationContext";
54
55
  export declare const _DYN_AJAX_TOTAL_DURATION = "ajaxTotalDuration";
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.2"
8
+ "packageVersion": "7.34.4"
9
9
  }
10
10
  ]
11
11
  }