@microsoft/applicationinsights-core-js 2.8.0-beta.2203-04 → 2.8.0-beta.2203-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.
- package/browser/applicationinsights-core-js.integrity.json +9 -9
- package/browser/applicationinsights-core-js.js +129 -26
- package/browser/applicationinsights-core-js.js.map +1 -1
- package/browser/applicationinsights-core-js.min.js +2 -2
- package/browser/applicationinsights-core-js.min.js.map +1 -1
- package/dist/applicationinsights-core-js.api.json +1667 -177
- package/dist/applicationinsights-core-js.api.md +62 -8
- package/dist/applicationinsights-core-js.d.ts +121 -7
- package/dist/applicationinsights-core-js.js +129 -26
- package/dist/applicationinsights-core-js.js.map +1 -1
- package/dist/applicationinsights-core-js.min.js +2 -2
- package/dist/applicationinsights-core-js.min.js.map +1 -1
- package/dist/applicationinsights-core-js.rollup.d.ts +124 -10
- package/dist-esm/JavaScriptSDK/AppInsightsCore.js +1 -1
- package/dist-esm/JavaScriptSDK/BaseCore.js +29 -10
- package/dist-esm/JavaScriptSDK/BaseCore.js.map +1 -1
- package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js +30 -2
- package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js.map +1 -1
- package/dist-esm/JavaScriptSDK/ChannelController.js +14 -2
- package/dist-esm/JavaScriptSDK/ChannelController.js.map +1 -1
- package/dist-esm/JavaScriptSDK/Constants.js +1 -1
- package/dist-esm/JavaScriptSDK/CookieMgr.js +3 -2
- package/dist-esm/JavaScriptSDK/CookieMgr.js.map +1 -1
- package/dist-esm/JavaScriptSDK/CoreUtils.js +1 -1
- package/dist-esm/JavaScriptSDK/DataCacheHelper.js +1 -1
- package/dist-esm/JavaScriptSDK/DbgExtensionUtils.js +1 -1
- package/dist-esm/JavaScriptSDK/DiagnosticLogger.js +14 -1
- package/dist-esm/JavaScriptSDK/DiagnosticLogger.js.map +1 -1
- package/dist-esm/JavaScriptSDK/EnvUtils.js +1 -1
- package/dist-esm/JavaScriptSDK/EventHelpers.js +18 -13
- package/dist-esm/JavaScriptSDK/EventHelpers.js.map +1 -1
- package/dist-esm/JavaScriptSDK/HelperFuncs.js +2 -12
- package/dist-esm/JavaScriptSDK/HelperFuncs.js.map +1 -1
- package/dist-esm/JavaScriptSDK/InstrumentHooks.js +1 -1
- package/dist-esm/JavaScriptSDK/InternalConstants.js +1 -1
- package/dist-esm/JavaScriptSDK/NotificationManager.js +1 -1
- package/dist-esm/JavaScriptSDK/PerfManager.js +1 -1
- package/dist-esm/JavaScriptSDK/ProcessTelemetryContext.js +56 -5
- package/dist-esm/JavaScriptSDK/ProcessTelemetryContext.js.map +1 -1
- package/dist-esm/JavaScriptSDK/RandomHelper.js +1 -1
- package/dist-esm/JavaScriptSDK/TelemetryHelpers.js +1 -1
- package/dist-esm/JavaScriptSDK/TelemetryInitializerPlugin.js +3 -2
- package/dist-esm/JavaScriptSDK/TelemetryInitializerPlugin.js.map +1 -1
- package/dist-esm/JavaScriptSDK/UnloadHandlerContainer.js +3 -2
- package/dist-esm/JavaScriptSDK/UnloadHandlerContainer.js.map +1 -1
- package/dist-esm/JavaScriptSDK.Enums/EventsDiscardedReason.js +1 -1
- package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js +1 -1
- package/dist-esm/JavaScriptSDK.Enums/SendRequestReason.js +1 -1
- package/dist-esm/JavaScriptSDK.Enums/TelemetryUnloadReason.js +1 -1
- package/dist-esm/JavaScriptSDK.Enums/TelemetryUpdateReason.js +8 -0
- package/dist-esm/JavaScriptSDK.Enums/TelemetryUpdateReason.js.map +1 -0
- package/dist-esm/JavaScriptSDK.Interfaces/IAppInsightsCore.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IChannelControls.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IConfiguration.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ICookieMgr.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IDbgExtension.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IDiagnosticLogger.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IInstrumentHooks.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/INotificationListener.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/INotificationManager.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IPerfEvent.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IPerfManager.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IProcessTelemetryContext.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryInitializers.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryItem.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPlugin.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPluginChain.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryUnloadState.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryUpdateState.js +8 -0
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryUpdateState.js.map +1 -0
- package/dist-esm/applicationinsights-core-js.js +2 -2
- package/dist-esm/applicationinsights-core-js.js.map +1 -1
- package/package.json +1 -1
- package/src/JavaScriptSDK/BaseCore.ts +44 -9
- package/src/JavaScriptSDK/BaseTelemetryPlugin.ts +54 -2
- package/src/JavaScriptSDK/ChannelController.ts +18 -1
- package/src/JavaScriptSDK/CookieMgr.ts +3 -1
- package/src/JavaScriptSDK/DiagnosticLogger.ts +14 -0
- package/src/JavaScriptSDK/EventHelpers.ts +18 -12
- package/src/JavaScriptSDK/HelperFuncs.ts +3 -1
- package/src/JavaScriptSDK/ProcessTelemetryContext.ts +71 -8
- package/src/JavaScriptSDK/TelemetryInitializerPlugin.ts +3 -1
- package/src/JavaScriptSDK/UnloadHandlerContainer.ts +3 -1
- package/src/JavaScriptSDK.Enums/TelemetryUpdateReason.ts +27 -0
- package/src/JavaScriptSDK.Interfaces/IInstrumentHooks.ts +11 -6
- package/src/JavaScriptSDK.Interfaces/IProcessTelemetryContext.ts +25 -2
- package/src/JavaScriptSDK.Interfaces/ITelemetryPlugin.ts +12 -1
- package/src/JavaScriptSDK.Interfaces/ITelemetryUpdateState.ts +34 -0
- package/types/JavaScriptSDK/BaseCore.d.ts +11 -2
- package/types/JavaScriptSDK/BaseTelemetryPlugin.d.ts +17 -1
- package/types/JavaScriptSDK/DiagnosticLogger.d.ts +10 -0
- package/types/JavaScriptSDK/EventHelpers.d.ts +4 -2
- package/types/JavaScriptSDK/HelperFuncs.d.ts +2 -1
- package/types/JavaScriptSDK/ProcessTelemetryContext.d.ts +9 -1
- package/types/JavaScriptSDK.Enums/TelemetryUpdateReason.d.ts +20 -0
- package/types/JavaScriptSDK.Interfaces/IInstrumentHooks.d.ts +5 -0
- package/types/JavaScriptSDK.Interfaces/IProcessTelemetryContext.d.ts +23 -2
- package/types/JavaScriptSDK.Interfaces/ITelemetryPlugin.d.ts +11 -1
- package/types/JavaScriptSDK.Interfaces/ITelemetryUpdateState.d.ts +22 -0
- package/types/applicationinsights-core-js.d.ts +5 -2
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
{
|
|
173
173
|
"kind": "Function",
|
|
174
174
|
"canonicalReference": "@microsoft/applicationinsights-core-js!__getRegisteredEvents:function(1)",
|
|
175
|
-
"docComment": "/**\n * Get all of the registered events on the target object, this is primarily used for testing cleanup but may also be used by applications to remove their own events\n *\n * @param target - The EventTarget that has registered events\n *\n * @param
|
|
175
|
+
"docComment": "/**\n * Get all of the registered events on the target object, this is primarily used for testing cleanup but may also be used by applications to remove their own events\n *\n * @param target - The EventTarget that has registered events\n *\n * @param eventName - [Optional] The name of the event to return the registered handlers and full name (with namespaces)\n *\n * @param evtNamespace - [Optional] Additional namespace(s) to append to the event listeners so they can be uniquely identified and removed based on this namespace, if the eventName also includes a namespace the namespace(s) are merged into a single namespace\n */\n",
|
|
176
176
|
"excerptTokens": [
|
|
177
177
|
{
|
|
178
178
|
"kind": "Content",
|
|
@@ -184,12 +184,20 @@
|
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
186
|
"kind": "Content",
|
|
187
|
-
"text": ",
|
|
187
|
+
"text": ", eventName?: "
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"kind": "Content",
|
|
191
191
|
"text": "string"
|
|
192
192
|
},
|
|
193
|
+
{
|
|
194
|
+
"kind": "Content",
|
|
195
|
+
"text": ", evtNamespace?: "
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"kind": "Content",
|
|
199
|
+
"text": "string | string[]"
|
|
200
|
+
},
|
|
193
201
|
{
|
|
194
202
|
"kind": "Content",
|
|
195
203
|
"text": "): "
|
|
@@ -209,8 +217,8 @@
|
|
|
209
217
|
}
|
|
210
218
|
],
|
|
211
219
|
"returnTypeTokenRange": {
|
|
212
|
-
"startIndex":
|
|
213
|
-
"endIndex":
|
|
220
|
+
"startIndex": 7,
|
|
221
|
+
"endIndex": 9
|
|
214
222
|
},
|
|
215
223
|
"releaseTag": "Public",
|
|
216
224
|
"overloadIndex": 1,
|
|
@@ -223,11 +231,18 @@
|
|
|
223
231
|
}
|
|
224
232
|
},
|
|
225
233
|
{
|
|
226
|
-
"parameterName": "
|
|
234
|
+
"parameterName": "eventName",
|
|
227
235
|
"parameterTypeTokenRange": {
|
|
228
236
|
"startIndex": 3,
|
|
229
237
|
"endIndex": 4
|
|
230
238
|
}
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"parameterName": "evtNamespace",
|
|
242
|
+
"parameterTypeTokenRange": {
|
|
243
|
+
"startIndex": 5,
|
|
244
|
+
"endIndex": 6
|
|
245
|
+
}
|
|
231
246
|
}
|
|
232
247
|
],
|
|
233
248
|
"name": "__getRegisteredEvents"
|
|
@@ -2324,6 +2339,128 @@
|
|
|
2324
2339
|
],
|
|
2325
2340
|
"name": "_legacyCookieMgr"
|
|
2326
2341
|
},
|
|
2342
|
+
{
|
|
2343
|
+
"kind": "Function",
|
|
2344
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!_throwInternal:function(1)",
|
|
2345
|
+
"docComment": "/**\n * This is a helper method which will call throwInternal on the passed logger, will throw exceptions in debug mode or attempt to log the error as a console warning. This helper is provided mostly to better support minification as logger.throwInternal() will not compress the publish \"throwInternal\" used throughout the code.\n *\n * @param logger - The Diagnostic Logger instance to use.\n *\n * @param severity - The severity of the log message\n *\n * @param message - The log message.\n */\n",
|
|
2346
|
+
"excerptTokens": [
|
|
2347
|
+
{
|
|
2348
|
+
"kind": "Content",
|
|
2349
|
+
"text": "export declare function _throwInternal(logger: "
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"kind": "Reference",
|
|
2353
|
+
"text": "IDiagnosticLogger",
|
|
2354
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"kind": "Content",
|
|
2358
|
+
"text": ", severity: "
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"kind": "Reference",
|
|
2362
|
+
"text": "LoggingSeverity",
|
|
2363
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!LoggingSeverity:type"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"kind": "Content",
|
|
2367
|
+
"text": ", msgId: "
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"kind": "Reference",
|
|
2371
|
+
"text": "_InternalMessageId",
|
|
2372
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!_InternalMessageId:type"
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"kind": "Content",
|
|
2376
|
+
"text": ", msg: "
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"kind": "Content",
|
|
2380
|
+
"text": "string"
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"kind": "Content",
|
|
2384
|
+
"text": ", properties?: "
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"kind": "Reference",
|
|
2388
|
+
"text": "Object",
|
|
2389
|
+
"canonicalReference": "!Object:interface"
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"kind": "Content",
|
|
2393
|
+
"text": ", isUserAct?: "
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"kind": "Content",
|
|
2397
|
+
"text": "boolean"
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"kind": "Content",
|
|
2401
|
+
"text": "): "
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"kind": "Content",
|
|
2405
|
+
"text": "void"
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"kind": "Content",
|
|
2409
|
+
"text": ";"
|
|
2410
|
+
}
|
|
2411
|
+
],
|
|
2412
|
+
"returnTypeTokenRange": {
|
|
2413
|
+
"startIndex": 13,
|
|
2414
|
+
"endIndex": 14
|
|
2415
|
+
},
|
|
2416
|
+
"releaseTag": "Public",
|
|
2417
|
+
"overloadIndex": 1,
|
|
2418
|
+
"parameters": [
|
|
2419
|
+
{
|
|
2420
|
+
"parameterName": "logger",
|
|
2421
|
+
"parameterTypeTokenRange": {
|
|
2422
|
+
"startIndex": 1,
|
|
2423
|
+
"endIndex": 2
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"parameterName": "severity",
|
|
2428
|
+
"parameterTypeTokenRange": {
|
|
2429
|
+
"startIndex": 3,
|
|
2430
|
+
"endIndex": 4
|
|
2431
|
+
}
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"parameterName": "msgId",
|
|
2435
|
+
"parameterTypeTokenRange": {
|
|
2436
|
+
"startIndex": 5,
|
|
2437
|
+
"endIndex": 6
|
|
2438
|
+
}
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"parameterName": "msg",
|
|
2442
|
+
"parameterTypeTokenRange": {
|
|
2443
|
+
"startIndex": 7,
|
|
2444
|
+
"endIndex": 8
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"parameterName": "properties",
|
|
2449
|
+
"parameterTypeTokenRange": {
|
|
2450
|
+
"startIndex": 9,
|
|
2451
|
+
"endIndex": 10
|
|
2452
|
+
}
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"parameterName": "isUserAct",
|
|
2456
|
+
"parameterTypeTokenRange": {
|
|
2457
|
+
"startIndex": 11,
|
|
2458
|
+
"endIndex": 12
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
],
|
|
2462
|
+
"name": "_throwInternal"
|
|
2463
|
+
},
|
|
2327
2464
|
{
|
|
2328
2465
|
"kind": "Function",
|
|
2329
2466
|
"canonicalReference": "@microsoft/applicationinsights-core-js!addEventHandler:function(1)",
|
|
@@ -3469,6 +3606,68 @@
|
|
|
3469
3606
|
},
|
|
3470
3607
|
"isStatic": false
|
|
3471
3608
|
},
|
|
3609
|
+
{
|
|
3610
|
+
"kind": "Method",
|
|
3611
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!BaseCore#_updateHook:member(1)",
|
|
3612
|
+
"docComment": "/**\n * Hook for Core extensions to allow them to update their own configuration before updating all of the plugins.\n *\n * @param updateCtx - The plugin update context\n *\n * @param updateState - The Update State\n *\n * @returns boolean - True means the extension class will call updateState otherwise the Core will\n */\n",
|
|
3613
|
+
"excerptTokens": [
|
|
3614
|
+
{
|
|
3615
|
+
"kind": "Content",
|
|
3616
|
+
"text": "protected _updateHook?(updateCtx: "
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"kind": "Reference",
|
|
3620
|
+
"text": "IProcessTelemetryUpdateContext",
|
|
3621
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUpdateContext:interface"
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"kind": "Content",
|
|
3625
|
+
"text": ", updateState: "
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"kind": "Reference",
|
|
3629
|
+
"text": "ITelemetryUpdateState",
|
|
3630
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUpdateState:interface"
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"kind": "Content",
|
|
3634
|
+
"text": "): "
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"kind": "Content",
|
|
3638
|
+
"text": "void | boolean"
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"kind": "Content",
|
|
3642
|
+
"text": ";"
|
|
3643
|
+
}
|
|
3644
|
+
],
|
|
3645
|
+
"isOptional": true,
|
|
3646
|
+
"isStatic": false,
|
|
3647
|
+
"returnTypeTokenRange": {
|
|
3648
|
+
"startIndex": 5,
|
|
3649
|
+
"endIndex": 6
|
|
3650
|
+
},
|
|
3651
|
+
"releaseTag": "Public",
|
|
3652
|
+
"overloadIndex": 1,
|
|
3653
|
+
"parameters": [
|
|
3654
|
+
{
|
|
3655
|
+
"parameterName": "updateCtx",
|
|
3656
|
+
"parameterTypeTokenRange": {
|
|
3657
|
+
"startIndex": 1,
|
|
3658
|
+
"endIndex": 2
|
|
3659
|
+
}
|
|
3660
|
+
},
|
|
3661
|
+
{
|
|
3662
|
+
"parameterName": "updateState",
|
|
3663
|
+
"parameterTypeTokenRange": {
|
|
3664
|
+
"startIndex": 3,
|
|
3665
|
+
"endIndex": 4
|
|
3666
|
+
}
|
|
3667
|
+
}
|
|
3668
|
+
],
|
|
3669
|
+
"name": "_updateHook"
|
|
3670
|
+
},
|
|
3472
3671
|
{
|
|
3473
3672
|
"kind": "Constructor",
|
|
3474
3673
|
"canonicalReference": "@microsoft/applicationinsights-core-js!BaseCore:constructor(1)",
|
|
@@ -4563,7 +4762,24 @@
|
|
|
4563
4762
|
},
|
|
4564
4763
|
{
|
|
4565
4764
|
"kind": "Content",
|
|
4566
|
-
"text": "(
|
|
4765
|
+
"text": "(unloadState: "
|
|
4766
|
+
},
|
|
4767
|
+
{
|
|
4768
|
+
"kind": "Reference",
|
|
4769
|
+
"text": "ITelemetryUnloadState",
|
|
4770
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUnloadState:interface"
|
|
4771
|
+
},
|
|
4772
|
+
{
|
|
4773
|
+
"kind": "Content",
|
|
4774
|
+
"text": ") => void"
|
|
4775
|
+
},
|
|
4776
|
+
{
|
|
4777
|
+
"kind": "Content",
|
|
4778
|
+
"text": ", cbTimeout?: "
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"kind": "Content",
|
|
4782
|
+
"text": "number"
|
|
4567
4783
|
},
|
|
4568
4784
|
{
|
|
4569
4785
|
"kind": "Content",
|
|
@@ -4581,8 +4797,8 @@
|
|
|
4581
4797
|
"isOptional": false,
|
|
4582
4798
|
"isStatic": false,
|
|
4583
4799
|
"returnTypeTokenRange": {
|
|
4584
|
-
"startIndex":
|
|
4585
|
-
"endIndex":
|
|
4800
|
+
"startIndex": 9,
|
|
4801
|
+
"endIndex": 10
|
|
4586
4802
|
},
|
|
4587
4803
|
"releaseTag": "Public",
|
|
4588
4804
|
"overloadIndex": 1,
|
|
@@ -4598,7 +4814,14 @@
|
|
|
4598
4814
|
"parameterName": "unloadComplete",
|
|
4599
4815
|
"parameterTypeTokenRange": {
|
|
4600
4816
|
"startIndex": 3,
|
|
4601
|
-
"endIndex":
|
|
4817
|
+
"endIndex": 6
|
|
4818
|
+
}
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
"parameterName": "cbTimeout",
|
|
4822
|
+
"parameterTypeTokenRange": {
|
|
4823
|
+
"startIndex": 7,
|
|
4824
|
+
"endIndex": 8
|
|
4602
4825
|
}
|
|
4603
4826
|
}
|
|
4604
4827
|
],
|
|
@@ -4784,6 +5007,51 @@
|
|
|
4784
5007
|
},
|
|
4785
5008
|
"isStatic": false
|
|
4786
5009
|
},
|
|
5010
|
+
{
|
|
5011
|
+
"kind": "Property",
|
|
5012
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!BaseTelemetryPlugin#_doUpdate:member",
|
|
5013
|
+
"docComment": "/**\n * Extension hook to allow implementations to perform some additional update operations before the BaseTelemetryPlugin finishes it's removal\n *\n * @param updateCtx - This is the context that should be used during updating.\n *\n * @param updateState - The details / state of the update process, it holds details like the current and previous configuration.\n *\n * @param asyncCallback - An optional callback that the plugin must call if it returns true to inform the caller that it has completed any async update operations.\n *\n * @returns boolean - true if the plugin has or will call asyncCallback, this allows the plugin to perform any asynchronous operations.\n */\n",
|
|
5014
|
+
"excerptTokens": [
|
|
5015
|
+
{
|
|
5016
|
+
"kind": "Content",
|
|
5017
|
+
"text": "protected _doUpdate?: "
|
|
5018
|
+
},
|
|
5019
|
+
{
|
|
5020
|
+
"kind": "Content",
|
|
5021
|
+
"text": "(updateCtx?: "
|
|
5022
|
+
},
|
|
5023
|
+
{
|
|
5024
|
+
"kind": "Reference",
|
|
5025
|
+
"text": "IProcessTelemetryUpdateContext",
|
|
5026
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUpdateContext:interface"
|
|
5027
|
+
},
|
|
5028
|
+
{
|
|
5029
|
+
"kind": "Content",
|
|
5030
|
+
"text": ", updateState?: "
|
|
5031
|
+
},
|
|
5032
|
+
{
|
|
5033
|
+
"kind": "Reference",
|
|
5034
|
+
"text": "ITelemetryUpdateState",
|
|
5035
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUpdateState:interface"
|
|
5036
|
+
},
|
|
5037
|
+
{
|
|
5038
|
+
"kind": "Content",
|
|
5039
|
+
"text": ", asyncCallback?: () => void) => void | boolean"
|
|
5040
|
+
},
|
|
5041
|
+
{
|
|
5042
|
+
"kind": "Content",
|
|
5043
|
+
"text": ";"
|
|
5044
|
+
}
|
|
5045
|
+
],
|
|
5046
|
+
"isOptional": true,
|
|
5047
|
+
"releaseTag": "Public",
|
|
5048
|
+
"name": "_doUpdate",
|
|
5049
|
+
"propertyTypeTokenRange": {
|
|
5050
|
+
"startIndex": 1,
|
|
5051
|
+
"endIndex": 6
|
|
5052
|
+
},
|
|
5053
|
+
"isStatic": false
|
|
5054
|
+
},
|
|
4787
5055
|
{
|
|
4788
5056
|
"kind": "Property",
|
|
4789
5057
|
"canonicalReference": "@microsoft/applicationinsights-core-js!BaseTelemetryPlugin#_getTelCtx:member",
|
|
@@ -5329,27 +5597,89 @@
|
|
|
5329
5597
|
"name": "teardown"
|
|
5330
5598
|
},
|
|
5331
5599
|
{
|
|
5332
|
-
"kind": "
|
|
5333
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!BaseTelemetryPlugin#
|
|
5334
|
-
"docComment": "",
|
|
5600
|
+
"kind": "Method",
|
|
5601
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!BaseTelemetryPlugin#update:member(1)",
|
|
5602
|
+
"docComment": "/**\n * The the plugin should re-evaluate configuration and update any cached configuration settings.\n *\n * @param updateCtx - This is the context that should be used during updating.\n *\n * @param updateState - The details / state of the update process, it holds details like the current and previous configuration.\n *\n * @returns boolean - true if the plugin has or will call updateCtx.processNext(), this allows the plugin to perform any asynchronous operations.\n */\n",
|
|
5335
5603
|
"excerptTokens": [
|
|
5336
5604
|
{
|
|
5337
5605
|
"kind": "Content",
|
|
5338
|
-
"text": "
|
|
5606
|
+
"text": "update(updateCtx: "
|
|
5607
|
+
},
|
|
5608
|
+
{
|
|
5609
|
+
"kind": "Reference",
|
|
5610
|
+
"text": "IProcessTelemetryUpdateContext",
|
|
5611
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUpdateContext:interface"
|
|
5339
5612
|
},
|
|
5340
5613
|
{
|
|
5341
5614
|
"kind": "Content",
|
|
5342
|
-
"text": "
|
|
5615
|
+
"text": ", updateState: "
|
|
5616
|
+
},
|
|
5617
|
+
{
|
|
5618
|
+
"kind": "Reference",
|
|
5619
|
+
"text": "ITelemetryUpdateState",
|
|
5620
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUpdateState:interface"
|
|
5343
5621
|
},
|
|
5344
5622
|
{
|
|
5345
5623
|
"kind": "Content",
|
|
5346
|
-
"text": "
|
|
5347
|
-
}
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5624
|
+
"text": "): "
|
|
5625
|
+
},
|
|
5626
|
+
{
|
|
5627
|
+
"kind": "Content",
|
|
5628
|
+
"text": "void | boolean"
|
|
5629
|
+
},
|
|
5630
|
+
{
|
|
5631
|
+
"kind": "Content",
|
|
5632
|
+
"text": ";"
|
|
5633
|
+
}
|
|
5634
|
+
],
|
|
5635
|
+
"isOptional": false,
|
|
5636
|
+
"isStatic": false,
|
|
5637
|
+
"returnTypeTokenRange": {
|
|
5638
|
+
"startIndex": 5,
|
|
5639
|
+
"endIndex": 6
|
|
5640
|
+
},
|
|
5641
|
+
"releaseTag": "Public",
|
|
5642
|
+
"overloadIndex": 1,
|
|
5643
|
+
"parameters": [
|
|
5644
|
+
{
|
|
5645
|
+
"parameterName": "updateCtx",
|
|
5646
|
+
"parameterTypeTokenRange": {
|
|
5647
|
+
"startIndex": 1,
|
|
5648
|
+
"endIndex": 2
|
|
5649
|
+
}
|
|
5650
|
+
},
|
|
5651
|
+
{
|
|
5652
|
+
"parameterName": "updateState",
|
|
5653
|
+
"parameterTypeTokenRange": {
|
|
5654
|
+
"startIndex": 3,
|
|
5655
|
+
"endIndex": 4
|
|
5656
|
+
}
|
|
5657
|
+
}
|
|
5658
|
+
],
|
|
5659
|
+
"name": "update"
|
|
5660
|
+
},
|
|
5661
|
+
{
|
|
5662
|
+
"kind": "Property",
|
|
5663
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!BaseTelemetryPlugin#version:member",
|
|
5664
|
+
"docComment": "",
|
|
5665
|
+
"excerptTokens": [
|
|
5666
|
+
{
|
|
5667
|
+
"kind": "Content",
|
|
5668
|
+
"text": "version?: "
|
|
5669
|
+
},
|
|
5670
|
+
{
|
|
5671
|
+
"kind": "Content",
|
|
5672
|
+
"text": "string"
|
|
5673
|
+
},
|
|
5674
|
+
{
|
|
5675
|
+
"kind": "Content",
|
|
5676
|
+
"text": ";"
|
|
5677
|
+
}
|
|
5678
|
+
],
|
|
5679
|
+
"isOptional": true,
|
|
5680
|
+
"releaseTag": "Public",
|
|
5681
|
+
"name": "version",
|
|
5682
|
+
"propertyTypeTokenRange": {
|
|
5353
5683
|
"startIndex": 1,
|
|
5354
5684
|
"endIndex": 2
|
|
5355
5685
|
},
|
|
@@ -9072,113 +9402,123 @@
|
|
|
9072
9402
|
},
|
|
9073
9403
|
{
|
|
9074
9404
|
"kind": "Interface",
|
|
9075
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
9076
|
-
"docComment": "
|
|
9405
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext:interface",
|
|
9406
|
+
"docComment": "",
|
|
9077
9407
|
"excerptTokens": [
|
|
9078
9408
|
{
|
|
9079
9409
|
"kind": "Content",
|
|
9080
|
-
"text": "export interface
|
|
9081
|
-
},
|
|
9082
|
-
{
|
|
9083
|
-
"kind": "Reference",
|
|
9084
|
-
"text": "ITelemetryPlugin",
|
|
9085
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryPlugin:interface"
|
|
9086
|
-
},
|
|
9087
|
-
{
|
|
9088
|
-
"kind": "Content",
|
|
9089
|
-
"text": " "
|
|
9410
|
+
"text": "export interface IBaseProcessingContext "
|
|
9090
9411
|
}
|
|
9091
9412
|
],
|
|
9092
9413
|
"releaseTag": "Public",
|
|
9093
|
-
"name": "
|
|
9414
|
+
"name": "IBaseProcessingContext",
|
|
9094
9415
|
"members": [
|
|
9095
9416
|
{
|
|
9096
|
-
"kind": "
|
|
9097
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
9098
|
-
"docComment": "/**\n *
|
|
9417
|
+
"kind": "PropertySignature",
|
|
9418
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext#core:member",
|
|
9419
|
+
"docComment": "/**\n * The current core instance for the request\n */\n",
|
|
9099
9420
|
"excerptTokens": [
|
|
9100
9421
|
{
|
|
9101
9422
|
"kind": "Content",
|
|
9102
|
-
"text": "
|
|
9423
|
+
"text": "core: "
|
|
9103
9424
|
},
|
|
9104
9425
|
{
|
|
9105
9426
|
"kind": "Content",
|
|
9106
|
-
"text": "
|
|
9427
|
+
"text": "() => "
|
|
9107
9428
|
},
|
|
9108
9429
|
{
|
|
9109
|
-
"kind": "
|
|
9110
|
-
"text": ",
|
|
9430
|
+
"kind": "Reference",
|
|
9431
|
+
"text": "IAppInsightsCore",
|
|
9432
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore:interface"
|
|
9111
9433
|
},
|
|
9112
9434
|
{
|
|
9113
9435
|
"kind": "Content",
|
|
9114
|
-
"text": "
|
|
9436
|
+
"text": ";"
|
|
9437
|
+
}
|
|
9438
|
+
],
|
|
9439
|
+
"isOptional": false,
|
|
9440
|
+
"releaseTag": "Public",
|
|
9441
|
+
"name": "core",
|
|
9442
|
+
"propertyTypeTokenRange": {
|
|
9443
|
+
"startIndex": 1,
|
|
9444
|
+
"endIndex": 3
|
|
9445
|
+
}
|
|
9446
|
+
},
|
|
9447
|
+
{
|
|
9448
|
+
"kind": "PropertySignature",
|
|
9449
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext#createNew:member",
|
|
9450
|
+
"docComment": "/**\n * Create a new context using the core and config from the current instance, returns a new instance of the same type\n *\n * @param plugins - The execution order to process the plugins, if null or not supplied then the current execution order will be copied.\n *\n * @param startAt - The plugin to start processing from, if missing from the execution order then the next plugin will be NOT set.\n */\n",
|
|
9451
|
+
"excerptTokens": [
|
|
9452
|
+
{
|
|
9453
|
+
"kind": "Content",
|
|
9454
|
+
"text": "createNew: "
|
|
9115
9455
|
},
|
|
9116
9456
|
{
|
|
9117
9457
|
"kind": "Content",
|
|
9118
|
-
"text": "
|
|
9458
|
+
"text": "(plugins?: "
|
|
9119
9459
|
},
|
|
9120
9460
|
{
|
|
9121
9461
|
"kind": "Reference",
|
|
9122
|
-
"text": "
|
|
9123
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
9462
|
+
"text": "IPlugin",
|
|
9463
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IPlugin:interface"
|
|
9124
9464
|
},
|
|
9125
9465
|
{
|
|
9126
9466
|
"kind": "Content",
|
|
9127
|
-
"text": "
|
|
9467
|
+
"text": "[] | "
|
|
9128
9468
|
},
|
|
9129
9469
|
{
|
|
9130
|
-
"kind": "
|
|
9131
|
-
"text": "
|
|
9470
|
+
"kind": "Reference",
|
|
9471
|
+
"text": "ITelemetryPluginChain",
|
|
9472
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryPluginChain:interface"
|
|
9132
9473
|
},
|
|
9133
9474
|
{
|
|
9134
9475
|
"kind": "Content",
|
|
9135
|
-
"text": "
|
|
9136
|
-
}
|
|
9137
|
-
],
|
|
9138
|
-
"isOptional": false,
|
|
9139
|
-
"returnTypeTokenRange": {
|
|
9140
|
-
"startIndex": 7,
|
|
9141
|
-
"endIndex": 8
|
|
9142
|
-
},
|
|
9143
|
-
"releaseTag": "Public",
|
|
9144
|
-
"overloadIndex": 1,
|
|
9145
|
-
"parameters": [
|
|
9476
|
+
"text": ", startAt?: "
|
|
9477
|
+
},
|
|
9146
9478
|
{
|
|
9147
|
-
"
|
|
9148
|
-
"
|
|
9149
|
-
|
|
9150
|
-
"endIndex": 2
|
|
9151
|
-
}
|
|
9479
|
+
"kind": "Reference",
|
|
9480
|
+
"text": "IPlugin",
|
|
9481
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IPlugin:interface"
|
|
9152
9482
|
},
|
|
9153
9483
|
{
|
|
9154
|
-
"
|
|
9155
|
-
"
|
|
9156
|
-
"startIndex": 3,
|
|
9157
|
-
"endIndex": 4
|
|
9158
|
-
}
|
|
9484
|
+
"kind": "Content",
|
|
9485
|
+
"text": ") => "
|
|
9159
9486
|
},
|
|
9160
9487
|
{
|
|
9161
|
-
"
|
|
9162
|
-
"
|
|
9163
|
-
|
|
9164
|
-
|
|
9165
|
-
|
|
9488
|
+
"kind": "Reference",
|
|
9489
|
+
"text": "IBaseProcessingContext",
|
|
9490
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext:interface"
|
|
9491
|
+
},
|
|
9492
|
+
{
|
|
9493
|
+
"kind": "Content",
|
|
9494
|
+
"text": ";"
|
|
9166
9495
|
}
|
|
9167
9496
|
],
|
|
9168
|
-
"
|
|
9497
|
+
"isOptional": false,
|
|
9498
|
+
"releaseTag": "Public",
|
|
9499
|
+
"name": "createNew",
|
|
9500
|
+
"propertyTypeTokenRange": {
|
|
9501
|
+
"startIndex": 1,
|
|
9502
|
+
"endIndex": 9
|
|
9503
|
+
}
|
|
9169
9504
|
},
|
|
9170
9505
|
{
|
|
9171
|
-
"kind": "
|
|
9172
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
9173
|
-
"docComment": "/**\n *
|
|
9506
|
+
"kind": "PropertySignature",
|
|
9507
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext#diagLog:member",
|
|
9508
|
+
"docComment": "/**\n * THe current diagnostic logger for the request\n */\n",
|
|
9174
9509
|
"excerptTokens": [
|
|
9175
9510
|
{
|
|
9176
9511
|
"kind": "Content",
|
|
9177
|
-
"text": "
|
|
9512
|
+
"text": "diagLog: "
|
|
9178
9513
|
},
|
|
9179
9514
|
{
|
|
9180
9515
|
"kind": "Content",
|
|
9181
|
-
"text": "
|
|
9516
|
+
"text": "() => "
|
|
9517
|
+
},
|
|
9518
|
+
{
|
|
9519
|
+
"kind": "Reference",
|
|
9520
|
+
"text": "IDiagnosticLogger",
|
|
9521
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
|
|
9182
9522
|
},
|
|
9183
9523
|
{
|
|
9184
9524
|
"kind": "Content",
|
|
@@ -9186,27 +9526,30 @@
|
|
|
9186
9526
|
}
|
|
9187
9527
|
],
|
|
9188
9528
|
"isOptional": false,
|
|
9189
|
-
"returnTypeTokenRange": {
|
|
9190
|
-
"startIndex": 1,
|
|
9191
|
-
"endIndex": 2
|
|
9192
|
-
},
|
|
9193
9529
|
"releaseTag": "Public",
|
|
9194
|
-
"
|
|
9195
|
-
"
|
|
9196
|
-
|
|
9530
|
+
"name": "diagLog",
|
|
9531
|
+
"propertyTypeTokenRange": {
|
|
9532
|
+
"startIndex": 1,
|
|
9533
|
+
"endIndex": 3
|
|
9534
|
+
}
|
|
9197
9535
|
},
|
|
9198
9536
|
{
|
|
9199
|
-
"kind": "
|
|
9200
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
9201
|
-
"docComment": "/**\n *
|
|
9537
|
+
"kind": "PropertySignature",
|
|
9538
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext#getCfg:member",
|
|
9539
|
+
"docComment": "/**\n * Gets the current core config instance\n */\n",
|
|
9202
9540
|
"excerptTokens": [
|
|
9203
9541
|
{
|
|
9204
9542
|
"kind": "Content",
|
|
9205
|
-
"text": "
|
|
9543
|
+
"text": "getCfg: "
|
|
9206
9544
|
},
|
|
9207
9545
|
{
|
|
9208
9546
|
"kind": "Content",
|
|
9209
|
-
"text": "
|
|
9547
|
+
"text": "() => "
|
|
9548
|
+
},
|
|
9549
|
+
{
|
|
9550
|
+
"kind": "Reference",
|
|
9551
|
+
"text": "IConfiguration",
|
|
9552
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IConfiguration:interface"
|
|
9210
9553
|
},
|
|
9211
9554
|
{
|
|
9212
9555
|
"kind": "Content",
|
|
@@ -9214,45 +9557,57 @@
|
|
|
9214
9557
|
}
|
|
9215
9558
|
],
|
|
9216
9559
|
"isOptional": false,
|
|
9217
|
-
"returnTypeTokenRange": {
|
|
9218
|
-
"startIndex": 1,
|
|
9219
|
-
"endIndex": 2
|
|
9220
|
-
},
|
|
9221
9560
|
"releaseTag": "Public",
|
|
9222
|
-
"
|
|
9223
|
-
"
|
|
9224
|
-
|
|
9561
|
+
"name": "getCfg",
|
|
9562
|
+
"propertyTypeTokenRange": {
|
|
9563
|
+
"startIndex": 1,
|
|
9564
|
+
"endIndex": 3
|
|
9565
|
+
}
|
|
9225
9566
|
},
|
|
9226
9567
|
{
|
|
9227
9568
|
"kind": "PropertySignature",
|
|
9228
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
9229
|
-
"docComment": "/**\n *
|
|
9569
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext#getConfig:member",
|
|
9570
|
+
"docComment": "/**\n * Gets the named config from either the named identifier extension or core config if neither exist then the default value is returned\n *\n * @param identifier - The named extension identifier\n *\n * @param field - The config field name\n *\n * @param defaultValue - The default value to return if no defined config exists\n */\n",
|
|
9230
9571
|
"excerptTokens": [
|
|
9231
9572
|
{
|
|
9232
9573
|
"kind": "Content",
|
|
9233
|
-
"text": "
|
|
9574
|
+
"text": "getConfig: "
|
|
9234
9575
|
},
|
|
9235
9576
|
{
|
|
9236
9577
|
"kind": "Content",
|
|
9237
|
-
"text": "(
|
|
9578
|
+
"text": "(identifier: string, field: string, defaultValue?: number | string | boolean | string[] | "
|
|
9238
9579
|
},
|
|
9239
9580
|
{
|
|
9240
9581
|
"kind": "Reference",
|
|
9241
|
-
"text": "
|
|
9242
|
-
"canonicalReference": "
|
|
9582
|
+
"text": "RegExp",
|
|
9583
|
+
"canonicalReference": "!RegExp:interface"
|
|
9243
9584
|
},
|
|
9244
9585
|
{
|
|
9245
9586
|
"kind": "Content",
|
|
9246
|
-
"text": "
|
|
9587
|
+
"text": "[] | "
|
|
9247
9588
|
},
|
|
9248
9589
|
{
|
|
9249
9590
|
"kind": "Reference",
|
|
9250
|
-
"text": "
|
|
9251
|
-
"canonicalReference": "
|
|
9591
|
+
"text": "Function",
|
|
9592
|
+
"canonicalReference": "!Function:interface"
|
|
9252
9593
|
},
|
|
9253
9594
|
{
|
|
9254
9595
|
"kind": "Content",
|
|
9255
|
-
"text": ") =>
|
|
9596
|
+
"text": ") => number | string | boolean | string[] | "
|
|
9597
|
+
},
|
|
9598
|
+
{
|
|
9599
|
+
"kind": "Reference",
|
|
9600
|
+
"text": "RegExp",
|
|
9601
|
+
"canonicalReference": "!RegExp:interface"
|
|
9602
|
+
},
|
|
9603
|
+
{
|
|
9604
|
+
"kind": "Content",
|
|
9605
|
+
"text": "[] | "
|
|
9606
|
+
},
|
|
9607
|
+
{
|
|
9608
|
+
"kind": "Reference",
|
|
9609
|
+
"text": "Function",
|
|
9610
|
+
"canonicalReference": "!Function:interface"
|
|
9256
9611
|
},
|
|
9257
9612
|
{
|
|
9258
9613
|
"kind": "Content",
|
|
@@ -9261,25 +9616,431 @@
|
|
|
9261
9616
|
],
|
|
9262
9617
|
"isOptional": false,
|
|
9263
9618
|
"releaseTag": "Public",
|
|
9264
|
-
"name": "
|
|
9619
|
+
"name": "getConfig",
|
|
9265
9620
|
"propertyTypeTokenRange": {
|
|
9266
9621
|
"startIndex": 1,
|
|
9267
|
-
"endIndex":
|
|
9622
|
+
"endIndex": 9
|
|
9268
9623
|
}
|
|
9269
|
-
}
|
|
9270
|
-
],
|
|
9271
|
-
"extendsTokenRanges": [
|
|
9624
|
+
},
|
|
9272
9625
|
{
|
|
9273
|
-
"
|
|
9274
|
-
"
|
|
9275
|
-
|
|
9276
|
-
|
|
9277
|
-
|
|
9278
|
-
|
|
9279
|
-
|
|
9280
|
-
|
|
9281
|
-
|
|
9282
|
-
|
|
9626
|
+
"kind": "PropertySignature",
|
|
9627
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext#getExtCfg:member",
|
|
9628
|
+
"docComment": "/**\n * Gets the named extension config\n */\n",
|
|
9629
|
+
"excerptTokens": [
|
|
9630
|
+
{
|
|
9631
|
+
"kind": "Content",
|
|
9632
|
+
"text": "getExtCfg: "
|
|
9633
|
+
},
|
|
9634
|
+
{
|
|
9635
|
+
"kind": "Content",
|
|
9636
|
+
"text": "<T>(identifier: string, defaultValue?: T | any, mergeDefault?: "
|
|
9637
|
+
},
|
|
9638
|
+
{
|
|
9639
|
+
"kind": "Reference",
|
|
9640
|
+
"text": "GetExtCfgMergeType",
|
|
9641
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!GetExtCfgMergeType:enum"
|
|
9642
|
+
},
|
|
9643
|
+
{
|
|
9644
|
+
"kind": "Content",
|
|
9645
|
+
"text": ") => T"
|
|
9646
|
+
},
|
|
9647
|
+
{
|
|
9648
|
+
"kind": "Content",
|
|
9649
|
+
"text": ";"
|
|
9650
|
+
}
|
|
9651
|
+
],
|
|
9652
|
+
"isOptional": false,
|
|
9653
|
+
"releaseTag": "Public",
|
|
9654
|
+
"name": "getExtCfg",
|
|
9655
|
+
"propertyTypeTokenRange": {
|
|
9656
|
+
"startIndex": 1,
|
|
9657
|
+
"endIndex": 4
|
|
9658
|
+
}
|
|
9659
|
+
},
|
|
9660
|
+
{
|
|
9661
|
+
"kind": "PropertySignature",
|
|
9662
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext#getNext:member",
|
|
9663
|
+
"docComment": "/**\n * Returns the next configured plugin proxy\n */\n",
|
|
9664
|
+
"excerptTokens": [
|
|
9665
|
+
{
|
|
9666
|
+
"kind": "Content",
|
|
9667
|
+
"text": "getNext: "
|
|
9668
|
+
},
|
|
9669
|
+
{
|
|
9670
|
+
"kind": "Content",
|
|
9671
|
+
"text": "() => "
|
|
9672
|
+
},
|
|
9673
|
+
{
|
|
9674
|
+
"kind": "Reference",
|
|
9675
|
+
"text": "ITelemetryPluginChain",
|
|
9676
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryPluginChain:interface"
|
|
9677
|
+
},
|
|
9678
|
+
{
|
|
9679
|
+
"kind": "Content",
|
|
9680
|
+
"text": ";"
|
|
9681
|
+
}
|
|
9682
|
+
],
|
|
9683
|
+
"isOptional": false,
|
|
9684
|
+
"releaseTag": "Public",
|
|
9685
|
+
"name": "getNext",
|
|
9686
|
+
"propertyTypeTokenRange": {
|
|
9687
|
+
"startIndex": 1,
|
|
9688
|
+
"endIndex": 3
|
|
9689
|
+
}
|
|
9690
|
+
},
|
|
9691
|
+
{
|
|
9692
|
+
"kind": "PropertySignature",
|
|
9693
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext#hasNext:member",
|
|
9694
|
+
"docComment": "/**\n * Helper to allow plugins to check and possibly shortcut executing code only required if there is a nextPlugin\n */\n",
|
|
9695
|
+
"excerptTokens": [
|
|
9696
|
+
{
|
|
9697
|
+
"kind": "Content",
|
|
9698
|
+
"text": "hasNext: "
|
|
9699
|
+
},
|
|
9700
|
+
{
|
|
9701
|
+
"kind": "Content",
|
|
9702
|
+
"text": "() => boolean"
|
|
9703
|
+
},
|
|
9704
|
+
{
|
|
9705
|
+
"kind": "Content",
|
|
9706
|
+
"text": ";"
|
|
9707
|
+
}
|
|
9708
|
+
],
|
|
9709
|
+
"isOptional": false,
|
|
9710
|
+
"releaseTag": "Public",
|
|
9711
|
+
"name": "hasNext",
|
|
9712
|
+
"propertyTypeTokenRange": {
|
|
9713
|
+
"startIndex": 1,
|
|
9714
|
+
"endIndex": 2
|
|
9715
|
+
}
|
|
9716
|
+
},
|
|
9717
|
+
{
|
|
9718
|
+
"kind": "PropertySignature",
|
|
9719
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext#iterate:member",
|
|
9720
|
+
"docComment": "/**\n * Synchronously iterate over the context chain running the callback for each plugin, once every plugin has been executed via the callback, any associated onComplete will be called.\n *\n * @param callback - The function call for each plugin in the context chain\n */\n",
|
|
9721
|
+
"excerptTokens": [
|
|
9722
|
+
{
|
|
9723
|
+
"kind": "Content",
|
|
9724
|
+
"text": "iterate: "
|
|
9725
|
+
},
|
|
9726
|
+
{
|
|
9727
|
+
"kind": "Content",
|
|
9728
|
+
"text": "<T extends "
|
|
9729
|
+
},
|
|
9730
|
+
{
|
|
9731
|
+
"kind": "Reference",
|
|
9732
|
+
"text": "ITelemetryPlugin",
|
|
9733
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryPlugin:interface"
|
|
9734
|
+
},
|
|
9735
|
+
{
|
|
9736
|
+
"kind": "Content",
|
|
9737
|
+
"text": " = "
|
|
9738
|
+
},
|
|
9739
|
+
{
|
|
9740
|
+
"kind": "Reference",
|
|
9741
|
+
"text": "ITelemetryPlugin",
|
|
9742
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryPlugin:interface"
|
|
9743
|
+
},
|
|
9744
|
+
{
|
|
9745
|
+
"kind": "Content",
|
|
9746
|
+
"text": ">(callback: (plugin: T) => void) => void"
|
|
9747
|
+
},
|
|
9748
|
+
{
|
|
9749
|
+
"kind": "Content",
|
|
9750
|
+
"text": ";"
|
|
9751
|
+
}
|
|
9752
|
+
],
|
|
9753
|
+
"isOptional": false,
|
|
9754
|
+
"releaseTag": "Public",
|
|
9755
|
+
"name": "iterate",
|
|
9756
|
+
"propertyTypeTokenRange": {
|
|
9757
|
+
"startIndex": 1,
|
|
9758
|
+
"endIndex": 6
|
|
9759
|
+
}
|
|
9760
|
+
},
|
|
9761
|
+
{
|
|
9762
|
+
"kind": "PropertySignature",
|
|
9763
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext#onComplete:member",
|
|
9764
|
+
"docComment": "/**\n * Set the function to call when the current chain has executed all processNext or unloadNext items.\n *\n * @param onComplete - The onComplete to call\n *\n * @param that - The \"this\" value to use for the onComplete call, if not provided or undefined defaults to the current context\n *\n * @param args - Any additional arguments to pass to the onComplete function\n */\n",
|
|
9765
|
+
"excerptTokens": [
|
|
9766
|
+
{
|
|
9767
|
+
"kind": "Content",
|
|
9768
|
+
"text": "onComplete: "
|
|
9769
|
+
},
|
|
9770
|
+
{
|
|
9771
|
+
"kind": "Content",
|
|
9772
|
+
"text": "(onComplete: "
|
|
9773
|
+
},
|
|
9774
|
+
{
|
|
9775
|
+
"kind": "Reference",
|
|
9776
|
+
"text": "Function",
|
|
9777
|
+
"canonicalReference": "!Function:interface"
|
|
9778
|
+
},
|
|
9779
|
+
{
|
|
9780
|
+
"kind": "Content",
|
|
9781
|
+
"text": ", that?: any, ...args: any[]) => void"
|
|
9782
|
+
},
|
|
9783
|
+
{
|
|
9784
|
+
"kind": "Content",
|
|
9785
|
+
"text": ";"
|
|
9786
|
+
}
|
|
9787
|
+
],
|
|
9788
|
+
"isOptional": false,
|
|
9789
|
+
"releaseTag": "Public",
|
|
9790
|
+
"name": "onComplete",
|
|
9791
|
+
"propertyTypeTokenRange": {
|
|
9792
|
+
"startIndex": 1,
|
|
9793
|
+
"endIndex": 4
|
|
9794
|
+
}
|
|
9795
|
+
},
|
|
9796
|
+
{
|
|
9797
|
+
"kind": "PropertySignature",
|
|
9798
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext#setNext:member",
|
|
9799
|
+
"docComment": "/**\n * Helper to set the next plugin proxy\n */\n",
|
|
9800
|
+
"excerptTokens": [
|
|
9801
|
+
{
|
|
9802
|
+
"kind": "Content",
|
|
9803
|
+
"text": "setNext: "
|
|
9804
|
+
},
|
|
9805
|
+
{
|
|
9806
|
+
"kind": "Content",
|
|
9807
|
+
"text": "(nextCtx: "
|
|
9808
|
+
},
|
|
9809
|
+
{
|
|
9810
|
+
"kind": "Reference",
|
|
9811
|
+
"text": "ITelemetryPluginChain",
|
|
9812
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryPluginChain:interface"
|
|
9813
|
+
},
|
|
9814
|
+
{
|
|
9815
|
+
"kind": "Content",
|
|
9816
|
+
"text": ") => void"
|
|
9817
|
+
},
|
|
9818
|
+
{
|
|
9819
|
+
"kind": "Content",
|
|
9820
|
+
"text": ";"
|
|
9821
|
+
}
|
|
9822
|
+
],
|
|
9823
|
+
"isOptional": false,
|
|
9824
|
+
"releaseTag": "Public",
|
|
9825
|
+
"name": "setNext",
|
|
9826
|
+
"propertyTypeTokenRange": {
|
|
9827
|
+
"startIndex": 1,
|
|
9828
|
+
"endIndex": 4
|
|
9829
|
+
}
|
|
9830
|
+
}
|
|
9831
|
+
],
|
|
9832
|
+
"extendsTokenRanges": []
|
|
9833
|
+
},
|
|
9834
|
+
{
|
|
9835
|
+
"kind": "Interface",
|
|
9836
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IChannelControls:interface",
|
|
9837
|
+
"docComment": "/**\n * Provides data transmission capabilities\n */\n",
|
|
9838
|
+
"excerptTokens": [
|
|
9839
|
+
{
|
|
9840
|
+
"kind": "Content",
|
|
9841
|
+
"text": "export interface IChannelControls extends "
|
|
9842
|
+
},
|
|
9843
|
+
{
|
|
9844
|
+
"kind": "Reference",
|
|
9845
|
+
"text": "ITelemetryPlugin",
|
|
9846
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryPlugin:interface"
|
|
9847
|
+
},
|
|
9848
|
+
{
|
|
9849
|
+
"kind": "Content",
|
|
9850
|
+
"text": " "
|
|
9851
|
+
}
|
|
9852
|
+
],
|
|
9853
|
+
"releaseTag": "Public",
|
|
9854
|
+
"name": "IChannelControls",
|
|
9855
|
+
"members": [
|
|
9856
|
+
{
|
|
9857
|
+
"kind": "MethodSignature",
|
|
9858
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IChannelControls#flush:member(1)",
|
|
9859
|
+
"docComment": "/**\n * Flush to send data immediately; channel should default to sending data asynchronously\n *\n * @param async - send data asynchronously when true\n *\n * @param callBack - if specified, notify caller when send is complete, the channel should return true to indicate to the caller that it will be called. If the caller doesn't return true the caller should assume that it may never be called.\n *\n * @param sendReason - specify the reason that you are calling \"flush\" defaults to ManualFlush (1) if not specified\n *\n * @returns - true if the callback will be return after the flush is complete otherwise the caller should assume that any provided callback will never be called\n */\n",
|
|
9860
|
+
"excerptTokens": [
|
|
9861
|
+
{
|
|
9862
|
+
"kind": "Content",
|
|
9863
|
+
"text": "flush(async: "
|
|
9864
|
+
},
|
|
9865
|
+
{
|
|
9866
|
+
"kind": "Content",
|
|
9867
|
+
"text": "boolean"
|
|
9868
|
+
},
|
|
9869
|
+
{
|
|
9870
|
+
"kind": "Content",
|
|
9871
|
+
"text": ", callBack?: "
|
|
9872
|
+
},
|
|
9873
|
+
{
|
|
9874
|
+
"kind": "Content",
|
|
9875
|
+
"text": "(flushComplete?: boolean) => void"
|
|
9876
|
+
},
|
|
9877
|
+
{
|
|
9878
|
+
"kind": "Content",
|
|
9879
|
+
"text": ", sendReason?: "
|
|
9880
|
+
},
|
|
9881
|
+
{
|
|
9882
|
+
"kind": "Reference",
|
|
9883
|
+
"text": "SendRequestReason",
|
|
9884
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!SendRequestReason:enum"
|
|
9885
|
+
},
|
|
9886
|
+
{
|
|
9887
|
+
"kind": "Content",
|
|
9888
|
+
"text": "): "
|
|
9889
|
+
},
|
|
9890
|
+
{
|
|
9891
|
+
"kind": "Content",
|
|
9892
|
+
"text": "boolean | void"
|
|
9893
|
+
},
|
|
9894
|
+
{
|
|
9895
|
+
"kind": "Content",
|
|
9896
|
+
"text": ";"
|
|
9897
|
+
}
|
|
9898
|
+
],
|
|
9899
|
+
"isOptional": false,
|
|
9900
|
+
"returnTypeTokenRange": {
|
|
9901
|
+
"startIndex": 7,
|
|
9902
|
+
"endIndex": 8
|
|
9903
|
+
},
|
|
9904
|
+
"releaseTag": "Public",
|
|
9905
|
+
"overloadIndex": 1,
|
|
9906
|
+
"parameters": [
|
|
9907
|
+
{
|
|
9908
|
+
"parameterName": "async",
|
|
9909
|
+
"parameterTypeTokenRange": {
|
|
9910
|
+
"startIndex": 1,
|
|
9911
|
+
"endIndex": 2
|
|
9912
|
+
}
|
|
9913
|
+
},
|
|
9914
|
+
{
|
|
9915
|
+
"parameterName": "callBack",
|
|
9916
|
+
"parameterTypeTokenRange": {
|
|
9917
|
+
"startIndex": 3,
|
|
9918
|
+
"endIndex": 4
|
|
9919
|
+
}
|
|
9920
|
+
},
|
|
9921
|
+
{
|
|
9922
|
+
"parameterName": "sendReason",
|
|
9923
|
+
"parameterTypeTokenRange": {
|
|
9924
|
+
"startIndex": 5,
|
|
9925
|
+
"endIndex": 6
|
|
9926
|
+
}
|
|
9927
|
+
}
|
|
9928
|
+
],
|
|
9929
|
+
"name": "flush"
|
|
9930
|
+
},
|
|
9931
|
+
{
|
|
9932
|
+
"kind": "MethodSignature",
|
|
9933
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IChannelControls#pause:member(1)",
|
|
9934
|
+
"docComment": "/**\n * Pause sending data\n */\n",
|
|
9935
|
+
"excerptTokens": [
|
|
9936
|
+
{
|
|
9937
|
+
"kind": "Content",
|
|
9938
|
+
"text": "pause(): "
|
|
9939
|
+
},
|
|
9940
|
+
{
|
|
9941
|
+
"kind": "Content",
|
|
9942
|
+
"text": "void"
|
|
9943
|
+
},
|
|
9944
|
+
{
|
|
9945
|
+
"kind": "Content",
|
|
9946
|
+
"text": ";"
|
|
9947
|
+
}
|
|
9948
|
+
],
|
|
9949
|
+
"isOptional": false,
|
|
9950
|
+
"returnTypeTokenRange": {
|
|
9951
|
+
"startIndex": 1,
|
|
9952
|
+
"endIndex": 2
|
|
9953
|
+
},
|
|
9954
|
+
"releaseTag": "Public",
|
|
9955
|
+
"overloadIndex": 1,
|
|
9956
|
+
"parameters": [],
|
|
9957
|
+
"name": "pause"
|
|
9958
|
+
},
|
|
9959
|
+
{
|
|
9960
|
+
"kind": "MethodSignature",
|
|
9961
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IChannelControls#resume:member(1)",
|
|
9962
|
+
"docComment": "/**\n * Resume sending data\n */\n",
|
|
9963
|
+
"excerptTokens": [
|
|
9964
|
+
{
|
|
9965
|
+
"kind": "Content",
|
|
9966
|
+
"text": "resume(): "
|
|
9967
|
+
},
|
|
9968
|
+
{
|
|
9969
|
+
"kind": "Content",
|
|
9970
|
+
"text": "void"
|
|
9971
|
+
},
|
|
9972
|
+
{
|
|
9973
|
+
"kind": "Content",
|
|
9974
|
+
"text": ";"
|
|
9975
|
+
}
|
|
9976
|
+
],
|
|
9977
|
+
"isOptional": false,
|
|
9978
|
+
"returnTypeTokenRange": {
|
|
9979
|
+
"startIndex": 1,
|
|
9980
|
+
"endIndex": 2
|
|
9981
|
+
},
|
|
9982
|
+
"releaseTag": "Public",
|
|
9983
|
+
"overloadIndex": 1,
|
|
9984
|
+
"parameters": [],
|
|
9985
|
+
"name": "resume"
|
|
9986
|
+
},
|
|
9987
|
+
{
|
|
9988
|
+
"kind": "PropertySignature",
|
|
9989
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IChannelControls#teardown:member",
|
|
9990
|
+
"docComment": "/**\n * Tear down the plugin and remove any hooked value, the plugin should be removed so that it is no longer initialized and therefore could be re-initialized after being torn down. The plugin should ensure that once this has been called any further processTelemetry calls are ignored and it just calls the processNext() with the provided context.\n *\n * @param unloadCtx - This is the context that should be used during unloading.\n *\n * @param unloadState - The details / state of the unload process, it holds details like whether it should be unloaded synchronously or asynchronously and the reason for the unload.\n *\n * @returns boolean - true if the plugin has or will call processNext(), this for backward compatibility as previously teardown was synchronous and returned nothing.\n */\n",
|
|
9991
|
+
"excerptTokens": [
|
|
9992
|
+
{
|
|
9993
|
+
"kind": "Content",
|
|
9994
|
+
"text": "teardown: "
|
|
9995
|
+
},
|
|
9996
|
+
{
|
|
9997
|
+
"kind": "Content",
|
|
9998
|
+
"text": "(unloadCtx?: "
|
|
9999
|
+
},
|
|
10000
|
+
{
|
|
10001
|
+
"kind": "Reference",
|
|
10002
|
+
"text": "IProcessTelemetryUnloadContext",
|
|
10003
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUnloadContext:interface"
|
|
10004
|
+
},
|
|
10005
|
+
{
|
|
10006
|
+
"kind": "Content",
|
|
10007
|
+
"text": ", unloadState?: "
|
|
10008
|
+
},
|
|
10009
|
+
{
|
|
10010
|
+
"kind": "Reference",
|
|
10011
|
+
"text": "ITelemetryUnloadState",
|
|
10012
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUnloadState:interface"
|
|
10013
|
+
},
|
|
10014
|
+
{
|
|
10015
|
+
"kind": "Content",
|
|
10016
|
+
"text": ") => void | boolean"
|
|
10017
|
+
},
|
|
10018
|
+
{
|
|
10019
|
+
"kind": "Content",
|
|
10020
|
+
"text": ";"
|
|
10021
|
+
}
|
|
10022
|
+
],
|
|
10023
|
+
"isOptional": false,
|
|
10024
|
+
"releaseTag": "Public",
|
|
10025
|
+
"name": "teardown",
|
|
10026
|
+
"propertyTypeTokenRange": {
|
|
10027
|
+
"startIndex": 1,
|
|
10028
|
+
"endIndex": 6
|
|
10029
|
+
}
|
|
10030
|
+
}
|
|
10031
|
+
],
|
|
10032
|
+
"extendsTokenRanges": [
|
|
10033
|
+
{
|
|
10034
|
+
"startIndex": 1,
|
|
10035
|
+
"endIndex": 3
|
|
10036
|
+
}
|
|
10037
|
+
]
|
|
10038
|
+
},
|
|
10039
|
+
{
|
|
10040
|
+
"kind": "Interface",
|
|
10041
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IConfiguration:interface",
|
|
10042
|
+
"docComment": "/**\n * Configuration provided to SDK core\n */\n",
|
|
10043
|
+
"excerptTokens": [
|
|
9283
10044
|
{
|
|
9284
10045
|
"kind": "Content",
|
|
9285
10046
|
"text": "export interface IConfiguration "
|
|
@@ -12726,6 +13487,32 @@
|
|
|
12726
13487
|
"endIndex": 2
|
|
12727
13488
|
}
|
|
12728
13489
|
},
|
|
13490
|
+
{
|
|
13491
|
+
"kind": "PropertySignature",
|
|
13492
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IInstrumentHooksCallbacks#ns:member",
|
|
13493
|
+
"docComment": "/**\n * [Optional] Namespace details (same as the namespace used for events), useful for debugging and testing to identify the source of the instrumented hooks\n */\n",
|
|
13494
|
+
"excerptTokens": [
|
|
13495
|
+
{
|
|
13496
|
+
"kind": "Content",
|
|
13497
|
+
"text": "ns?: "
|
|
13498
|
+
},
|
|
13499
|
+
{
|
|
13500
|
+
"kind": "Content",
|
|
13501
|
+
"text": "string | string[]"
|
|
13502
|
+
},
|
|
13503
|
+
{
|
|
13504
|
+
"kind": "Content",
|
|
13505
|
+
"text": ";"
|
|
13506
|
+
}
|
|
13507
|
+
],
|
|
13508
|
+
"isOptional": true,
|
|
13509
|
+
"releaseTag": "Public",
|
|
13510
|
+
"name": "ns",
|
|
13511
|
+
"propertyTypeTokenRange": {
|
|
13512
|
+
"startIndex": 1,
|
|
13513
|
+
"endIndex": 2
|
|
13514
|
+
}
|
|
13515
|
+
},
|
|
12729
13516
|
{
|
|
12730
13517
|
"kind": "PropertySignature",
|
|
12731
13518
|
"canonicalReference": "@microsoft/applicationinsights-core-js!IInstrumentHooksCallbacks#req:member",
|
|
@@ -14525,76 +15312,322 @@
|
|
|
14525
15312
|
},
|
|
14526
15313
|
{
|
|
14527
15314
|
"kind": "Content",
|
|
14528
|
-
"text": "(unloadCtx: "
|
|
15315
|
+
"text": "(unloadCtx: "
|
|
15316
|
+
},
|
|
15317
|
+
{
|
|
15318
|
+
"kind": "Reference",
|
|
15319
|
+
"text": "IProcessTelemetryUnloadContext",
|
|
15320
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUnloadContext:interface"
|
|
15321
|
+
},
|
|
15322
|
+
{
|
|
15323
|
+
"kind": "Content",
|
|
15324
|
+
"text": ", unloadState?: "
|
|
15325
|
+
},
|
|
15326
|
+
{
|
|
15327
|
+
"kind": "Reference",
|
|
15328
|
+
"text": "ITelemetryUnloadState",
|
|
15329
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUnloadState:interface"
|
|
15330
|
+
},
|
|
15331
|
+
{
|
|
15332
|
+
"kind": "Content",
|
|
15333
|
+
"text": ") => void | boolean"
|
|
15334
|
+
},
|
|
15335
|
+
{
|
|
15336
|
+
"kind": "Content",
|
|
15337
|
+
"text": ";"
|
|
15338
|
+
}
|
|
15339
|
+
],
|
|
15340
|
+
"isOptional": true,
|
|
15341
|
+
"releaseTag": "Public",
|
|
15342
|
+
"name": "teardown",
|
|
15343
|
+
"propertyTypeTokenRange": {
|
|
15344
|
+
"startIndex": 1,
|
|
15345
|
+
"endIndex": 6
|
|
15346
|
+
}
|
|
15347
|
+
},
|
|
15348
|
+
{
|
|
15349
|
+
"kind": "PropertySignature",
|
|
15350
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IPlugin#version:member",
|
|
15351
|
+
"docComment": "/**\n * Plugin version (available in data.properties.version in common schema)\n */\n",
|
|
15352
|
+
"excerptTokens": [
|
|
15353
|
+
{
|
|
15354
|
+
"kind": "Content",
|
|
15355
|
+
"text": "readonly version?: "
|
|
15356
|
+
},
|
|
15357
|
+
{
|
|
15358
|
+
"kind": "Content",
|
|
15359
|
+
"text": "string"
|
|
15360
|
+
},
|
|
15361
|
+
{
|
|
15362
|
+
"kind": "Content",
|
|
15363
|
+
"text": ";"
|
|
15364
|
+
}
|
|
15365
|
+
],
|
|
15366
|
+
"isOptional": true,
|
|
15367
|
+
"releaseTag": "Public",
|
|
15368
|
+
"name": "version",
|
|
15369
|
+
"propertyTypeTokenRange": {
|
|
15370
|
+
"startIndex": 1,
|
|
15371
|
+
"endIndex": 2
|
|
15372
|
+
}
|
|
15373
|
+
}
|
|
15374
|
+
],
|
|
15375
|
+
"extendsTokenRanges": []
|
|
15376
|
+
},
|
|
15377
|
+
{
|
|
15378
|
+
"kind": "Interface",
|
|
15379
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface",
|
|
15380
|
+
"docComment": "/**\n * The current context for the current call to processTelemetry(), used to support sharing the same plugin instance between multiple AppInsights instances\n */\n",
|
|
15381
|
+
"excerptTokens": [
|
|
15382
|
+
{
|
|
15383
|
+
"kind": "Content",
|
|
15384
|
+
"text": "export interface IProcessTelemetryContext extends "
|
|
15385
|
+
},
|
|
15386
|
+
{
|
|
15387
|
+
"kind": "Reference",
|
|
15388
|
+
"text": "IBaseProcessingContext",
|
|
15389
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext:interface"
|
|
15390
|
+
},
|
|
15391
|
+
{
|
|
15392
|
+
"kind": "Content",
|
|
15393
|
+
"text": " "
|
|
15394
|
+
}
|
|
15395
|
+
],
|
|
15396
|
+
"releaseTag": "Public",
|
|
15397
|
+
"name": "IProcessTelemetryContext",
|
|
15398
|
+
"members": [
|
|
15399
|
+
{
|
|
15400
|
+
"kind": "PropertySignature",
|
|
15401
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext#createNew:member",
|
|
15402
|
+
"docComment": "/**\n * Create a new context using the core and config from the current instance, returns a new instance of the same type\n *\n * @param plugins - The execution order to process the plugins, if null or not supplied then the current execution order will be copied.\n *\n * @param startAt - The plugin to start processing from, if missing from the execution order then the next plugin will be NOT set.\n */\n",
|
|
15403
|
+
"excerptTokens": [
|
|
15404
|
+
{
|
|
15405
|
+
"kind": "Content",
|
|
15406
|
+
"text": "createNew: "
|
|
15407
|
+
},
|
|
15408
|
+
{
|
|
15409
|
+
"kind": "Content",
|
|
15410
|
+
"text": "(plugins?: "
|
|
15411
|
+
},
|
|
15412
|
+
{
|
|
15413
|
+
"kind": "Reference",
|
|
15414
|
+
"text": "IPlugin",
|
|
15415
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IPlugin:interface"
|
|
15416
|
+
},
|
|
15417
|
+
{
|
|
15418
|
+
"kind": "Content",
|
|
15419
|
+
"text": "[] | "
|
|
15420
|
+
},
|
|
15421
|
+
{
|
|
15422
|
+
"kind": "Reference",
|
|
15423
|
+
"text": "ITelemetryPluginChain",
|
|
15424
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryPluginChain:interface"
|
|
15425
|
+
},
|
|
15426
|
+
{
|
|
15427
|
+
"kind": "Content",
|
|
15428
|
+
"text": ", startAt?: "
|
|
15429
|
+
},
|
|
15430
|
+
{
|
|
15431
|
+
"kind": "Reference",
|
|
15432
|
+
"text": "IPlugin",
|
|
15433
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IPlugin:interface"
|
|
15434
|
+
},
|
|
15435
|
+
{
|
|
15436
|
+
"kind": "Content",
|
|
15437
|
+
"text": ") => "
|
|
15438
|
+
},
|
|
15439
|
+
{
|
|
15440
|
+
"kind": "Reference",
|
|
15441
|
+
"text": "IProcessTelemetryContext",
|
|
15442
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext:interface"
|
|
15443
|
+
},
|
|
15444
|
+
{
|
|
15445
|
+
"kind": "Content",
|
|
15446
|
+
"text": ";"
|
|
15447
|
+
}
|
|
15448
|
+
],
|
|
15449
|
+
"isOptional": false,
|
|
15450
|
+
"releaseTag": "Public",
|
|
15451
|
+
"name": "createNew",
|
|
15452
|
+
"propertyTypeTokenRange": {
|
|
15453
|
+
"startIndex": 1,
|
|
15454
|
+
"endIndex": 9
|
|
15455
|
+
}
|
|
15456
|
+
},
|
|
15457
|
+
{
|
|
15458
|
+
"kind": "PropertySignature",
|
|
15459
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryContext#processNext:member",
|
|
15460
|
+
"docComment": "/**\n * Call back for telemetry processing before it it is sent\n *\n * @param env - This is the current event being reported\n *\n * @returns boolean (true) if there is no more plugins to process otherwise false or undefined (void)\n */\n",
|
|
15461
|
+
"excerptTokens": [
|
|
15462
|
+
{
|
|
15463
|
+
"kind": "Content",
|
|
15464
|
+
"text": "processNext: "
|
|
15465
|
+
},
|
|
15466
|
+
{
|
|
15467
|
+
"kind": "Content",
|
|
15468
|
+
"text": "(env: "
|
|
15469
|
+
},
|
|
15470
|
+
{
|
|
15471
|
+
"kind": "Reference",
|
|
15472
|
+
"text": "ITelemetryItem",
|
|
15473
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
|
|
15474
|
+
},
|
|
15475
|
+
{
|
|
15476
|
+
"kind": "Content",
|
|
15477
|
+
"text": ") => boolean | void"
|
|
15478
|
+
},
|
|
15479
|
+
{
|
|
15480
|
+
"kind": "Content",
|
|
15481
|
+
"text": ";"
|
|
15482
|
+
}
|
|
15483
|
+
],
|
|
15484
|
+
"isOptional": false,
|
|
15485
|
+
"releaseTag": "Public",
|
|
15486
|
+
"name": "processNext",
|
|
15487
|
+
"propertyTypeTokenRange": {
|
|
15488
|
+
"startIndex": 1,
|
|
15489
|
+
"endIndex": 4
|
|
15490
|
+
}
|
|
15491
|
+
}
|
|
15492
|
+
],
|
|
15493
|
+
"extendsTokenRanges": [
|
|
15494
|
+
{
|
|
15495
|
+
"startIndex": 1,
|
|
15496
|
+
"endIndex": 3
|
|
15497
|
+
}
|
|
15498
|
+
]
|
|
15499
|
+
},
|
|
15500
|
+
{
|
|
15501
|
+
"kind": "Interface",
|
|
15502
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUnloadContext:interface",
|
|
15503
|
+
"docComment": "/**\n * The current context for the current call to teardown() implementations, used to support when plugins are being removed or the SDK is being unloaded.\n */\n",
|
|
15504
|
+
"excerptTokens": [
|
|
15505
|
+
{
|
|
15506
|
+
"kind": "Content",
|
|
15507
|
+
"text": "export interface IProcessTelemetryUnloadContext extends "
|
|
15508
|
+
},
|
|
15509
|
+
{
|
|
15510
|
+
"kind": "Reference",
|
|
15511
|
+
"text": "IBaseProcessingContext",
|
|
15512
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IBaseProcessingContext:interface"
|
|
15513
|
+
},
|
|
15514
|
+
{
|
|
15515
|
+
"kind": "Content",
|
|
15516
|
+
"text": " "
|
|
15517
|
+
}
|
|
15518
|
+
],
|
|
15519
|
+
"releaseTag": "Public",
|
|
15520
|
+
"name": "IProcessTelemetryUnloadContext",
|
|
15521
|
+
"members": [
|
|
15522
|
+
{
|
|
15523
|
+
"kind": "PropertySignature",
|
|
15524
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUnloadContext#createNew:member",
|
|
15525
|
+
"docComment": "/**\n * Create a new context using the core and config from the current instance, returns a new instance of the same type\n *\n * @param plugins - The execution order to process the plugins, if null or not supplied then the current execution order will be copied.\n *\n * @param startAt - The plugin to start processing from, if missing from the execution order then the next plugin will be NOT set.\n */\n",
|
|
15526
|
+
"excerptTokens": [
|
|
15527
|
+
{
|
|
15528
|
+
"kind": "Content",
|
|
15529
|
+
"text": "createNew: "
|
|
15530
|
+
},
|
|
15531
|
+
{
|
|
15532
|
+
"kind": "Content",
|
|
15533
|
+
"text": "(plugins?: "
|
|
15534
|
+
},
|
|
15535
|
+
{
|
|
15536
|
+
"kind": "Reference",
|
|
15537
|
+
"text": "IPlugin",
|
|
15538
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IPlugin:interface"
|
|
15539
|
+
},
|
|
15540
|
+
{
|
|
15541
|
+
"kind": "Content",
|
|
15542
|
+
"text": "[] | "
|
|
14529
15543
|
},
|
|
14530
15544
|
{
|
|
14531
15545
|
"kind": "Reference",
|
|
14532
|
-
"text": "
|
|
14533
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
15546
|
+
"text": "ITelemetryPluginChain",
|
|
15547
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryPluginChain:interface"
|
|
14534
15548
|
},
|
|
14535
15549
|
{
|
|
14536
15550
|
"kind": "Content",
|
|
14537
|
-
"text": ",
|
|
15551
|
+
"text": ", startAt?: "
|
|
14538
15552
|
},
|
|
14539
15553
|
{
|
|
14540
15554
|
"kind": "Reference",
|
|
14541
|
-
"text": "
|
|
14542
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
15555
|
+
"text": "IPlugin",
|
|
15556
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IPlugin:interface"
|
|
14543
15557
|
},
|
|
14544
15558
|
{
|
|
14545
15559
|
"kind": "Content",
|
|
14546
|
-
"text": ") =>
|
|
15560
|
+
"text": ") => "
|
|
15561
|
+
},
|
|
15562
|
+
{
|
|
15563
|
+
"kind": "Reference",
|
|
15564
|
+
"text": "IProcessTelemetryUnloadContext",
|
|
15565
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUnloadContext:interface"
|
|
14547
15566
|
},
|
|
14548
15567
|
{
|
|
14549
15568
|
"kind": "Content",
|
|
14550
15569
|
"text": ";"
|
|
14551
15570
|
}
|
|
14552
15571
|
],
|
|
14553
|
-
"isOptional":
|
|
15572
|
+
"isOptional": false,
|
|
14554
15573
|
"releaseTag": "Public",
|
|
14555
|
-
"name": "
|
|
15574
|
+
"name": "createNew",
|
|
14556
15575
|
"propertyTypeTokenRange": {
|
|
14557
15576
|
"startIndex": 1,
|
|
14558
|
-
"endIndex":
|
|
15577
|
+
"endIndex": 9
|
|
14559
15578
|
}
|
|
14560
15579
|
},
|
|
14561
15580
|
{
|
|
14562
15581
|
"kind": "PropertySignature",
|
|
14563
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
14564
|
-
"docComment": "/**\n * Plugin
|
|
15582
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUnloadContext#processNext:member",
|
|
15583
|
+
"docComment": "/**\n * This Plugin has finished unloading, so unload the next one\n *\n * @param uploadState - The state of the unload process\n *\n * @returns boolean (true) if there is no more plugins to process otherwise false or undefined (void)\n */\n",
|
|
14565
15584
|
"excerptTokens": [
|
|
14566
15585
|
{
|
|
14567
15586
|
"kind": "Content",
|
|
14568
|
-
"text": "
|
|
15587
|
+
"text": "processNext: "
|
|
14569
15588
|
},
|
|
14570
15589
|
{
|
|
14571
15590
|
"kind": "Content",
|
|
14572
|
-
"text": "
|
|
15591
|
+
"text": "(unloadState: "
|
|
15592
|
+
},
|
|
15593
|
+
{
|
|
15594
|
+
"kind": "Reference",
|
|
15595
|
+
"text": "ITelemetryUnloadState",
|
|
15596
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUnloadState:interface"
|
|
15597
|
+
},
|
|
15598
|
+
{
|
|
15599
|
+
"kind": "Content",
|
|
15600
|
+
"text": ") => boolean | void"
|
|
14573
15601
|
},
|
|
14574
15602
|
{
|
|
14575
15603
|
"kind": "Content",
|
|
14576
15604
|
"text": ";"
|
|
14577
15605
|
}
|
|
14578
15606
|
],
|
|
14579
|
-
"isOptional":
|
|
15607
|
+
"isOptional": false,
|
|
14580
15608
|
"releaseTag": "Public",
|
|
14581
|
-
"name": "
|
|
15609
|
+
"name": "processNext",
|
|
14582
15610
|
"propertyTypeTokenRange": {
|
|
14583
15611
|
"startIndex": 1,
|
|
14584
|
-
"endIndex":
|
|
15612
|
+
"endIndex": 4
|
|
14585
15613
|
}
|
|
14586
15614
|
}
|
|
14587
15615
|
],
|
|
14588
|
-
"extendsTokenRanges": [
|
|
15616
|
+
"extendsTokenRanges": [
|
|
15617
|
+
{
|
|
15618
|
+
"startIndex": 1,
|
|
15619
|
+
"endIndex": 3
|
|
15620
|
+
}
|
|
15621
|
+
]
|
|
14589
15622
|
},
|
|
14590
15623
|
{
|
|
14591
15624
|
"kind": "Interface",
|
|
14592
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
14593
|
-
"docComment": "/**\n * The current context for the current call to
|
|
15625
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUpdateContext:interface",
|
|
15626
|
+
"docComment": "/**\n * The current context for the current call to the plugin update() implementations, used to support the notifications for when plugins are added, removed or the configuration was changed.\n */\n",
|
|
14594
15627
|
"excerptTokens": [
|
|
14595
15628
|
{
|
|
14596
15629
|
"kind": "Content",
|
|
14597
|
-
"text": "export interface
|
|
15630
|
+
"text": "export interface IProcessTelemetryUpdateContext extends "
|
|
14598
15631
|
},
|
|
14599
15632
|
{
|
|
14600
15633
|
"kind": "Reference",
|
|
@@ -14607,11 +15640,11 @@
|
|
|
14607
15640
|
}
|
|
14608
15641
|
],
|
|
14609
15642
|
"releaseTag": "Public",
|
|
14610
|
-
"name": "
|
|
15643
|
+
"name": "IProcessTelemetryUpdateContext",
|
|
14611
15644
|
"members": [
|
|
14612
15645
|
{
|
|
14613
15646
|
"kind": "PropertySignature",
|
|
14614
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
15647
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUpdateContext#createNew:member",
|
|
14615
15648
|
"docComment": "/**\n * Create a new context using the core and config from the current instance, returns a new instance of the same type\n *\n * @param plugins - The execution order to process the plugins, if null or not supplied then the current execution order will be copied.\n *\n * @param startAt - The plugin to start processing from, if missing from the execution order then the next plugin will be NOT set.\n */\n",
|
|
14616
15649
|
"excerptTokens": [
|
|
14617
15650
|
{
|
|
@@ -14651,8 +15684,8 @@
|
|
|
14651
15684
|
},
|
|
14652
15685
|
{
|
|
14653
15686
|
"kind": "Reference",
|
|
14654
|
-
"text": "
|
|
14655
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
15687
|
+
"text": "IProcessTelemetryUpdateContext",
|
|
15688
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUpdateContext:interface"
|
|
14656
15689
|
},
|
|
14657
15690
|
{
|
|
14658
15691
|
"kind": "Content",
|
|
@@ -14669,8 +15702,8 @@
|
|
|
14669
15702
|
},
|
|
14670
15703
|
{
|
|
14671
15704
|
"kind": "PropertySignature",
|
|
14672
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
14673
|
-
"docComment": "/**\n *
|
|
15705
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IProcessTelemetryUpdateContext#processNext:member",
|
|
15706
|
+
"docComment": "/**\n * This Plugin has finished unloading, so unload the next one\n *\n * @param updateState - The update State\n *\n * @returns boolean (true) if there is no more plugins to process otherwise false or undefined (void)\n */\n",
|
|
14674
15707
|
"excerptTokens": [
|
|
14675
15708
|
{
|
|
14676
15709
|
"kind": "Content",
|
|
@@ -14678,12 +15711,12 @@
|
|
|
14678
15711
|
},
|
|
14679
15712
|
{
|
|
14680
15713
|
"kind": "Content",
|
|
14681
|
-
"text": "(
|
|
15714
|
+
"text": "(updateState: "
|
|
14682
15715
|
},
|
|
14683
15716
|
{
|
|
14684
15717
|
"kind": "Reference",
|
|
14685
|
-
"text": "
|
|
14686
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
15718
|
+
"text": "ITelemetryUpdateState",
|
|
15719
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUpdateState:interface"
|
|
14687
15720
|
},
|
|
14688
15721
|
{
|
|
14689
15722
|
"kind": "Content",
|
|
@@ -16367,6 +17400,111 @@
|
|
|
16367
17400
|
],
|
|
16368
17401
|
"extendsTokenRanges": []
|
|
16369
17402
|
},
|
|
17403
|
+
{
|
|
17404
|
+
"kind": "Interface",
|
|
17405
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUpdateState:interface",
|
|
17406
|
+
"docComment": "",
|
|
17407
|
+
"excerptTokens": [
|
|
17408
|
+
{
|
|
17409
|
+
"kind": "Content",
|
|
17410
|
+
"text": "export interface ITelemetryUpdateState "
|
|
17411
|
+
}
|
|
17412
|
+
],
|
|
17413
|
+
"releaseTag": "Public",
|
|
17414
|
+
"name": "ITelemetryUpdateState",
|
|
17415
|
+
"members": [
|
|
17416
|
+
{
|
|
17417
|
+
"kind": "PropertySignature",
|
|
17418
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUpdateState#added:member",
|
|
17419
|
+
"docComment": "/**\n * This holds a collection of plugins that have been added (if the reason identifies that one or more plugins have been added)\n */\n",
|
|
17420
|
+
"excerptTokens": [
|
|
17421
|
+
{
|
|
17422
|
+
"kind": "Content",
|
|
17423
|
+
"text": "added?: "
|
|
17424
|
+
},
|
|
17425
|
+
{
|
|
17426
|
+
"kind": "Reference",
|
|
17427
|
+
"text": "IPlugin",
|
|
17428
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IPlugin:interface"
|
|
17429
|
+
},
|
|
17430
|
+
{
|
|
17431
|
+
"kind": "Content",
|
|
17432
|
+
"text": "[]"
|
|
17433
|
+
},
|
|
17434
|
+
{
|
|
17435
|
+
"kind": "Content",
|
|
17436
|
+
"text": ";"
|
|
17437
|
+
}
|
|
17438
|
+
],
|
|
17439
|
+
"isOptional": true,
|
|
17440
|
+
"releaseTag": "Public",
|
|
17441
|
+
"name": "added",
|
|
17442
|
+
"propertyTypeTokenRange": {
|
|
17443
|
+
"startIndex": 1,
|
|
17444
|
+
"endIndex": 3
|
|
17445
|
+
}
|
|
17446
|
+
},
|
|
17447
|
+
{
|
|
17448
|
+
"kind": "PropertySignature",
|
|
17449
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUpdateState#reason:member",
|
|
17450
|
+
"docComment": "/**\n * Identifies the reason for the update notification, this is a bitwise numeric value\n */\n",
|
|
17451
|
+
"excerptTokens": [
|
|
17452
|
+
{
|
|
17453
|
+
"kind": "Content",
|
|
17454
|
+
"text": "reason: "
|
|
17455
|
+
},
|
|
17456
|
+
{
|
|
17457
|
+
"kind": "Reference",
|
|
17458
|
+
"text": "TelemetryUpdateReason",
|
|
17459
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!TelemetryUpdateReason:enum"
|
|
17460
|
+
},
|
|
17461
|
+
{
|
|
17462
|
+
"kind": "Content",
|
|
17463
|
+
"text": ";"
|
|
17464
|
+
}
|
|
17465
|
+
],
|
|
17466
|
+
"isOptional": false,
|
|
17467
|
+
"releaseTag": "Public",
|
|
17468
|
+
"name": "reason",
|
|
17469
|
+
"propertyTypeTokenRange": {
|
|
17470
|
+
"startIndex": 1,
|
|
17471
|
+
"endIndex": 2
|
|
17472
|
+
}
|
|
17473
|
+
},
|
|
17474
|
+
{
|
|
17475
|
+
"kind": "PropertySignature",
|
|
17476
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryUpdateState#removed:member",
|
|
17477
|
+
"docComment": "/**\n * This holds a collection of plugins that have been removed (if the reason identifies that one or more plugins have been removed)\n */\n",
|
|
17478
|
+
"excerptTokens": [
|
|
17479
|
+
{
|
|
17480
|
+
"kind": "Content",
|
|
17481
|
+
"text": "removed?: "
|
|
17482
|
+
},
|
|
17483
|
+
{
|
|
17484
|
+
"kind": "Reference",
|
|
17485
|
+
"text": "IPlugin",
|
|
17486
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IPlugin:interface"
|
|
17487
|
+
},
|
|
17488
|
+
{
|
|
17489
|
+
"kind": "Content",
|
|
17490
|
+
"text": "[]"
|
|
17491
|
+
},
|
|
17492
|
+
{
|
|
17493
|
+
"kind": "Content",
|
|
17494
|
+
"text": ";"
|
|
17495
|
+
}
|
|
17496
|
+
],
|
|
17497
|
+
"isOptional": true,
|
|
17498
|
+
"releaseTag": "Public",
|
|
17499
|
+
"name": "removed",
|
|
17500
|
+
"propertyTypeTokenRange": {
|
|
17501
|
+
"startIndex": 1,
|
|
17502
|
+
"endIndex": 3
|
|
17503
|
+
}
|
|
17504
|
+
}
|
|
17505
|
+
],
|
|
17506
|
+
"extendsTokenRanges": []
|
|
17507
|
+
},
|
|
16370
17508
|
{
|
|
16371
17509
|
"kind": "Interface",
|
|
16372
17510
|
"canonicalReference": "@microsoft/applicationinsights-core-js!IUnloadHandlerContainer:interface",
|
|
@@ -17204,35 +18342,152 @@
|
|
|
17204
18342
|
"excerptTokens": [
|
|
17205
18343
|
{
|
|
17206
18344
|
"kind": "Content",
|
|
17207
|
-
"text": "export declare function objDefineAccessors<T>(target: "
|
|
18345
|
+
"text": "export declare function objDefineAccessors<T>(target: "
|
|
18346
|
+
},
|
|
18347
|
+
{
|
|
18348
|
+
"kind": "Content",
|
|
18349
|
+
"text": "any"
|
|
18350
|
+
},
|
|
18351
|
+
{
|
|
18352
|
+
"kind": "Content",
|
|
18353
|
+
"text": ", prop: "
|
|
18354
|
+
},
|
|
18355
|
+
{
|
|
18356
|
+
"kind": "Content",
|
|
18357
|
+
"text": "string"
|
|
18358
|
+
},
|
|
18359
|
+
{
|
|
18360
|
+
"kind": "Content",
|
|
18361
|
+
"text": ", getProp?: "
|
|
18362
|
+
},
|
|
18363
|
+
{
|
|
18364
|
+
"kind": "Content",
|
|
18365
|
+
"text": "() => T"
|
|
18366
|
+
},
|
|
18367
|
+
{
|
|
18368
|
+
"kind": "Content",
|
|
18369
|
+
"text": ", setProp?: "
|
|
18370
|
+
},
|
|
18371
|
+
{
|
|
18372
|
+
"kind": "Content",
|
|
18373
|
+
"text": "(v: T) => void"
|
|
18374
|
+
},
|
|
18375
|
+
{
|
|
18376
|
+
"kind": "Content",
|
|
18377
|
+
"text": "): "
|
|
18378
|
+
},
|
|
18379
|
+
{
|
|
18380
|
+
"kind": "Content",
|
|
18381
|
+
"text": "boolean"
|
|
18382
|
+
},
|
|
18383
|
+
{
|
|
18384
|
+
"kind": "Content",
|
|
18385
|
+
"text": ";"
|
|
18386
|
+
}
|
|
18387
|
+
],
|
|
18388
|
+
"returnTypeTokenRange": {
|
|
18389
|
+
"startIndex": 9,
|
|
18390
|
+
"endIndex": 10
|
|
18391
|
+
},
|
|
18392
|
+
"releaseTag": "Public",
|
|
18393
|
+
"overloadIndex": 1,
|
|
18394
|
+
"parameters": [
|
|
18395
|
+
{
|
|
18396
|
+
"parameterName": "target",
|
|
18397
|
+
"parameterTypeTokenRange": {
|
|
18398
|
+
"startIndex": 1,
|
|
18399
|
+
"endIndex": 2
|
|
18400
|
+
}
|
|
18401
|
+
},
|
|
18402
|
+
{
|
|
18403
|
+
"parameterName": "prop",
|
|
18404
|
+
"parameterTypeTokenRange": {
|
|
18405
|
+
"startIndex": 3,
|
|
18406
|
+
"endIndex": 4
|
|
18407
|
+
}
|
|
18408
|
+
},
|
|
18409
|
+
{
|
|
18410
|
+
"parameterName": "getProp",
|
|
18411
|
+
"parameterTypeTokenRange": {
|
|
18412
|
+
"startIndex": 5,
|
|
18413
|
+
"endIndex": 6
|
|
18414
|
+
}
|
|
18415
|
+
},
|
|
18416
|
+
{
|
|
18417
|
+
"parameterName": "setProp",
|
|
18418
|
+
"parameterTypeTokenRange": {
|
|
18419
|
+
"startIndex": 7,
|
|
18420
|
+
"endIndex": 8
|
|
18421
|
+
}
|
|
18422
|
+
}
|
|
18423
|
+
],
|
|
18424
|
+
"typeParameters": [
|
|
18425
|
+
{
|
|
18426
|
+
"typeParameterName": "T",
|
|
18427
|
+
"constraintTokenRange": {
|
|
18428
|
+
"startIndex": 0,
|
|
18429
|
+
"endIndex": 0
|
|
18430
|
+
},
|
|
18431
|
+
"defaultTypeTokenRange": {
|
|
18432
|
+
"startIndex": 0,
|
|
18433
|
+
"endIndex": 0
|
|
18434
|
+
}
|
|
18435
|
+
}
|
|
18436
|
+
],
|
|
18437
|
+
"name": "objDefineAccessors"
|
|
18438
|
+
},
|
|
18439
|
+
{
|
|
18440
|
+
"kind": "Function",
|
|
18441
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!objExtend:function(1)",
|
|
18442
|
+
"docComment": "/**\n * Pass in the objects to merge as arguments, this will only \"merge\" (extend) properties that are owned by the object. It will NOT merge inherited or non-enumerable properties.\n *\n * @param obj1 - object to merge. Set this argument to 'true' for a deep extend.\n *\n * @param obj2 - object to merge.\n *\n * @param obj3 - object to merge.\n *\n * @param obj4 - object to merge.\n *\n * @param obj5 - object to merge.\n *\n * @returns The extended first object.\n */\n",
|
|
18443
|
+
"excerptTokens": [
|
|
18444
|
+
{
|
|
18445
|
+
"kind": "Content",
|
|
18446
|
+
"text": "export declare function objExtend<T2, T3, T4, T5, T6>(deepExtend?: "
|
|
17208
18447
|
},
|
|
17209
18448
|
{
|
|
17210
18449
|
"kind": "Content",
|
|
17211
|
-
"text": "
|
|
18450
|
+
"text": "boolean"
|
|
17212
18451
|
},
|
|
17213
18452
|
{
|
|
17214
18453
|
"kind": "Content",
|
|
17215
|
-
"text": ",
|
|
18454
|
+
"text": ", obj2?: "
|
|
17216
18455
|
},
|
|
17217
18456
|
{
|
|
17218
18457
|
"kind": "Content",
|
|
17219
|
-
"text": "
|
|
18458
|
+
"text": "T2"
|
|
17220
18459
|
},
|
|
17221
18460
|
{
|
|
17222
18461
|
"kind": "Content",
|
|
17223
|
-
"text": ",
|
|
18462
|
+
"text": ", obj3?: "
|
|
17224
18463
|
},
|
|
17225
18464
|
{
|
|
17226
18465
|
"kind": "Content",
|
|
17227
|
-
"text": "
|
|
18466
|
+
"text": "T3"
|
|
17228
18467
|
},
|
|
17229
18468
|
{
|
|
17230
18469
|
"kind": "Content",
|
|
17231
|
-
"text": ",
|
|
18470
|
+
"text": ", obj4?: "
|
|
17232
18471
|
},
|
|
17233
18472
|
{
|
|
17234
18473
|
"kind": "Content",
|
|
17235
|
-
"text": "
|
|
18474
|
+
"text": "T4"
|
|
18475
|
+
},
|
|
18476
|
+
{
|
|
18477
|
+
"kind": "Content",
|
|
18478
|
+
"text": ", obj5?: "
|
|
18479
|
+
},
|
|
18480
|
+
{
|
|
18481
|
+
"kind": "Content",
|
|
18482
|
+
"text": "T5"
|
|
18483
|
+
},
|
|
18484
|
+
{
|
|
18485
|
+
"kind": "Content",
|
|
18486
|
+
"text": ", obj6?: "
|
|
18487
|
+
},
|
|
18488
|
+
{
|
|
18489
|
+
"kind": "Content",
|
|
18490
|
+
"text": "T6"
|
|
17236
18491
|
},
|
|
17237
18492
|
{
|
|
17238
18493
|
"kind": "Content",
|
|
@@ -17240,7 +18495,7 @@
|
|
|
17240
18495
|
},
|
|
17241
18496
|
{
|
|
17242
18497
|
"kind": "Content",
|
|
17243
|
-
"text": "
|
|
18498
|
+
"text": "T2 & T3 & T4 & T5 & T6"
|
|
17244
18499
|
},
|
|
17245
18500
|
{
|
|
17246
18501
|
"kind": "Content",
|
|
@@ -17248,44 +18503,102 @@
|
|
|
17248
18503
|
}
|
|
17249
18504
|
],
|
|
17250
18505
|
"returnTypeTokenRange": {
|
|
17251
|
-
"startIndex":
|
|
17252
|
-
"endIndex":
|
|
18506
|
+
"startIndex": 13,
|
|
18507
|
+
"endIndex": 14
|
|
17253
18508
|
},
|
|
17254
18509
|
"releaseTag": "Public",
|
|
17255
18510
|
"overloadIndex": 1,
|
|
17256
18511
|
"parameters": [
|
|
17257
18512
|
{
|
|
17258
|
-
"parameterName": "
|
|
18513
|
+
"parameterName": "deepExtend",
|
|
17259
18514
|
"parameterTypeTokenRange": {
|
|
17260
18515
|
"startIndex": 1,
|
|
17261
18516
|
"endIndex": 2
|
|
17262
18517
|
}
|
|
17263
18518
|
},
|
|
17264
18519
|
{
|
|
17265
|
-
"parameterName": "
|
|
18520
|
+
"parameterName": "obj2",
|
|
17266
18521
|
"parameterTypeTokenRange": {
|
|
17267
18522
|
"startIndex": 3,
|
|
17268
18523
|
"endIndex": 4
|
|
17269
18524
|
}
|
|
17270
18525
|
},
|
|
17271
18526
|
{
|
|
17272
|
-
"parameterName": "
|
|
18527
|
+
"parameterName": "obj3",
|
|
17273
18528
|
"parameterTypeTokenRange": {
|
|
17274
18529
|
"startIndex": 5,
|
|
17275
18530
|
"endIndex": 6
|
|
17276
18531
|
}
|
|
17277
18532
|
},
|
|
17278
18533
|
{
|
|
17279
|
-
"parameterName": "
|
|
18534
|
+
"parameterName": "obj4",
|
|
17280
18535
|
"parameterTypeTokenRange": {
|
|
17281
18536
|
"startIndex": 7,
|
|
17282
18537
|
"endIndex": 8
|
|
17283
18538
|
}
|
|
18539
|
+
},
|
|
18540
|
+
{
|
|
18541
|
+
"parameterName": "obj5",
|
|
18542
|
+
"parameterTypeTokenRange": {
|
|
18543
|
+
"startIndex": 9,
|
|
18544
|
+
"endIndex": 10
|
|
18545
|
+
}
|
|
18546
|
+
},
|
|
18547
|
+
{
|
|
18548
|
+
"parameterName": "obj6",
|
|
18549
|
+
"parameterTypeTokenRange": {
|
|
18550
|
+
"startIndex": 11,
|
|
18551
|
+
"endIndex": 12
|
|
18552
|
+
}
|
|
17284
18553
|
}
|
|
17285
18554
|
],
|
|
17286
18555
|
"typeParameters": [
|
|
17287
18556
|
{
|
|
17288
|
-
"typeParameterName": "
|
|
18557
|
+
"typeParameterName": "T2",
|
|
18558
|
+
"constraintTokenRange": {
|
|
18559
|
+
"startIndex": 0,
|
|
18560
|
+
"endIndex": 0
|
|
18561
|
+
},
|
|
18562
|
+
"defaultTypeTokenRange": {
|
|
18563
|
+
"startIndex": 0,
|
|
18564
|
+
"endIndex": 0
|
|
18565
|
+
}
|
|
18566
|
+
},
|
|
18567
|
+
{
|
|
18568
|
+
"typeParameterName": "T3",
|
|
18569
|
+
"constraintTokenRange": {
|
|
18570
|
+
"startIndex": 0,
|
|
18571
|
+
"endIndex": 0
|
|
18572
|
+
},
|
|
18573
|
+
"defaultTypeTokenRange": {
|
|
18574
|
+
"startIndex": 0,
|
|
18575
|
+
"endIndex": 0
|
|
18576
|
+
}
|
|
18577
|
+
},
|
|
18578
|
+
{
|
|
18579
|
+
"typeParameterName": "T4",
|
|
18580
|
+
"constraintTokenRange": {
|
|
18581
|
+
"startIndex": 0,
|
|
18582
|
+
"endIndex": 0
|
|
18583
|
+
},
|
|
18584
|
+
"defaultTypeTokenRange": {
|
|
18585
|
+
"startIndex": 0,
|
|
18586
|
+
"endIndex": 0
|
|
18587
|
+
}
|
|
18588
|
+
},
|
|
18589
|
+
{
|
|
18590
|
+
"typeParameterName": "T5",
|
|
18591
|
+
"constraintTokenRange": {
|
|
18592
|
+
"startIndex": 0,
|
|
18593
|
+
"endIndex": 0
|
|
18594
|
+
},
|
|
18595
|
+
"defaultTypeTokenRange": {
|
|
18596
|
+
"startIndex": 0,
|
|
18597
|
+
"endIndex": 0
|
|
18598
|
+
}
|
|
18599
|
+
},
|
|
18600
|
+
{
|
|
18601
|
+
"typeParameterName": "T6",
|
|
17289
18602
|
"constraintTokenRange": {
|
|
17290
18603
|
"startIndex": 0,
|
|
17291
18604
|
"endIndex": 0
|
|
@@ -17296,20 +18609,20 @@
|
|
|
17296
18609
|
}
|
|
17297
18610
|
}
|
|
17298
18611
|
],
|
|
17299
|
-
"name": "
|
|
18612
|
+
"name": "objExtend"
|
|
17300
18613
|
},
|
|
17301
18614
|
{
|
|
17302
18615
|
"kind": "Function",
|
|
17303
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!objExtend:function(
|
|
17304
|
-
"docComment": "
|
|
18616
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!objExtend:function(2)",
|
|
18617
|
+
"docComment": "",
|
|
17305
18618
|
"excerptTokens": [
|
|
17306
18619
|
{
|
|
17307
18620
|
"kind": "Content",
|
|
17308
|
-
"text": "export declare function objExtend<T1, T2, T3, T4, T5, T6>(
|
|
18621
|
+
"text": "export declare function objExtend<T1, T2, T3, T4, T5, T6>(obj1?: "
|
|
17309
18622
|
},
|
|
17310
18623
|
{
|
|
17311
18624
|
"kind": "Content",
|
|
17312
|
-
"text": "
|
|
18625
|
+
"text": "T1"
|
|
17313
18626
|
},
|
|
17314
18627
|
{
|
|
17315
18628
|
"kind": "Content",
|
|
@@ -17369,10 +18682,10 @@
|
|
|
17369
18682
|
"endIndex": 14
|
|
17370
18683
|
},
|
|
17371
18684
|
"releaseTag": "Public",
|
|
17372
|
-
"overloadIndex":
|
|
18685
|
+
"overloadIndex": 2,
|
|
17373
18686
|
"parameters": [
|
|
17374
18687
|
{
|
|
17375
|
-
"parameterName": "
|
|
18688
|
+
"parameterName": "obj1",
|
|
17376
18689
|
"parameterTypeTokenRange": {
|
|
17377
18690
|
"startIndex": 1,
|
|
17378
18691
|
"endIndex": 2
|
|
@@ -20708,6 +22021,183 @@
|
|
|
20708
22021
|
"endIndex": 4
|
|
20709
22022
|
}
|
|
20710
22023
|
},
|
|
22024
|
+
{
|
|
22025
|
+
"kind": "Enum",
|
|
22026
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!TelemetryUnloadReason:enum",
|
|
22027
|
+
"docComment": "/**\n * The TelemetryUnloadReason enumeration contains the possible reasons for why a plugin is being unloaded / torndown().\n */\n",
|
|
22028
|
+
"excerptTokens": [
|
|
22029
|
+
{
|
|
22030
|
+
"kind": "Content",
|
|
22031
|
+
"text": "export declare const enum TelemetryUnloadReason "
|
|
22032
|
+
}
|
|
22033
|
+
],
|
|
22034
|
+
"releaseTag": "Public",
|
|
22035
|
+
"name": "TelemetryUnloadReason",
|
|
22036
|
+
"members": [
|
|
22037
|
+
{
|
|
22038
|
+
"kind": "EnumMember",
|
|
22039
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!TelemetryUnloadReason.ManualTeardown:member",
|
|
22040
|
+
"docComment": "/**\n * Teardown has been called without any context.\n */\n",
|
|
22041
|
+
"excerptTokens": [
|
|
22042
|
+
{
|
|
22043
|
+
"kind": "Content",
|
|
22044
|
+
"text": "ManualTeardown = "
|
|
22045
|
+
},
|
|
22046
|
+
{
|
|
22047
|
+
"kind": "Content",
|
|
22048
|
+
"text": "0"
|
|
22049
|
+
}
|
|
22050
|
+
],
|
|
22051
|
+
"releaseTag": "Public",
|
|
22052
|
+
"name": "ManualTeardown",
|
|
22053
|
+
"initializerTokenRange": {
|
|
22054
|
+
"startIndex": 1,
|
|
22055
|
+
"endIndex": 2
|
|
22056
|
+
}
|
|
22057
|
+
},
|
|
22058
|
+
{
|
|
22059
|
+
"kind": "EnumMember",
|
|
22060
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!TelemetryUnloadReason.PluginReplace:member",
|
|
22061
|
+
"docComment": "/**\n * This instance of the plugin is being removed and replaced\n */\n",
|
|
22062
|
+
"excerptTokens": [
|
|
22063
|
+
{
|
|
22064
|
+
"kind": "Content",
|
|
22065
|
+
"text": "PluginReplace = "
|
|
22066
|
+
},
|
|
22067
|
+
{
|
|
22068
|
+
"kind": "Content",
|
|
22069
|
+
"text": "2"
|
|
22070
|
+
}
|
|
22071
|
+
],
|
|
22072
|
+
"releaseTag": "Public",
|
|
22073
|
+
"name": "PluginReplace",
|
|
22074
|
+
"initializerTokenRange": {
|
|
22075
|
+
"startIndex": 1,
|
|
22076
|
+
"endIndex": 2
|
|
22077
|
+
}
|
|
22078
|
+
},
|
|
22079
|
+
{
|
|
22080
|
+
"kind": "EnumMember",
|
|
22081
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!TelemetryUnloadReason.PluginUnload:member",
|
|
22082
|
+
"docComment": "/**\n * Just this plugin is being removed\n */\n",
|
|
22083
|
+
"excerptTokens": [
|
|
22084
|
+
{
|
|
22085
|
+
"kind": "Content",
|
|
22086
|
+
"text": "PluginUnload = "
|
|
22087
|
+
},
|
|
22088
|
+
{
|
|
22089
|
+
"kind": "Content",
|
|
22090
|
+
"text": "1"
|
|
22091
|
+
}
|
|
22092
|
+
],
|
|
22093
|
+
"releaseTag": "Public",
|
|
22094
|
+
"name": "PluginUnload",
|
|
22095
|
+
"initializerTokenRange": {
|
|
22096
|
+
"startIndex": 1,
|
|
22097
|
+
"endIndex": 2
|
|
22098
|
+
}
|
|
22099
|
+
},
|
|
22100
|
+
{
|
|
22101
|
+
"kind": "EnumMember",
|
|
22102
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!TelemetryUnloadReason.SdkUnload:member",
|
|
22103
|
+
"docComment": "/**\n * The entire SDK is being unloaded\n */\n",
|
|
22104
|
+
"excerptTokens": [
|
|
22105
|
+
{
|
|
22106
|
+
"kind": "Content",
|
|
22107
|
+
"text": "SdkUnload = "
|
|
22108
|
+
},
|
|
22109
|
+
{
|
|
22110
|
+
"kind": "Content",
|
|
22111
|
+
"text": "50"
|
|
22112
|
+
}
|
|
22113
|
+
],
|
|
22114
|
+
"releaseTag": "Public",
|
|
22115
|
+
"name": "SdkUnload",
|
|
22116
|
+
"initializerTokenRange": {
|
|
22117
|
+
"startIndex": 1,
|
|
22118
|
+
"endIndex": 2
|
|
22119
|
+
}
|
|
22120
|
+
}
|
|
22121
|
+
]
|
|
22122
|
+
},
|
|
22123
|
+
{
|
|
22124
|
+
"kind": "Enum",
|
|
22125
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!TelemetryUpdateReason:enum",
|
|
22126
|
+
"docComment": "/**\n * The TelemetryUpdateReason enumeration contains a set of bit-wise values that specify the reason for update request.\n */\n",
|
|
22127
|
+
"excerptTokens": [
|
|
22128
|
+
{
|
|
22129
|
+
"kind": "Content",
|
|
22130
|
+
"text": "export declare const enum TelemetryUpdateReason "
|
|
22131
|
+
}
|
|
22132
|
+
],
|
|
22133
|
+
"releaseTag": "Public",
|
|
22134
|
+
"name": "TelemetryUpdateReason",
|
|
22135
|
+
"members": [
|
|
22136
|
+
{
|
|
22137
|
+
"kind": "EnumMember",
|
|
22138
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!TelemetryUpdateReason.PluginAdded:member",
|
|
22139
|
+
"docComment": "/**\n * One or more plugins have been added\n */\n",
|
|
22140
|
+
"excerptTokens": [
|
|
22141
|
+
{
|
|
22142
|
+
"kind": "Content",
|
|
22143
|
+
"text": "PluginAdded = "
|
|
22144
|
+
},
|
|
22145
|
+
{
|
|
22146
|
+
"kind": "Content",
|
|
22147
|
+
"text": "16"
|
|
22148
|
+
}
|
|
22149
|
+
],
|
|
22150
|
+
"releaseTag": "Public",
|
|
22151
|
+
"name": "PluginAdded",
|
|
22152
|
+
"initializerTokenRange": {
|
|
22153
|
+
"startIndex": 1,
|
|
22154
|
+
"endIndex": 2
|
|
22155
|
+
}
|
|
22156
|
+
},
|
|
22157
|
+
{
|
|
22158
|
+
"kind": "EnumMember",
|
|
22159
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!TelemetryUpdateReason.PluginRemoved:member",
|
|
22160
|
+
"docComment": "/**\n * One or more plugins have been removed\n */\n",
|
|
22161
|
+
"excerptTokens": [
|
|
22162
|
+
{
|
|
22163
|
+
"kind": "Content",
|
|
22164
|
+
"text": "PluginRemoved = "
|
|
22165
|
+
},
|
|
22166
|
+
{
|
|
22167
|
+
"kind": "Content",
|
|
22168
|
+
"text": "32"
|
|
22169
|
+
}
|
|
22170
|
+
],
|
|
22171
|
+
"releaseTag": "Public",
|
|
22172
|
+
"name": "PluginRemoved",
|
|
22173
|
+
"initializerTokenRange": {
|
|
22174
|
+
"startIndex": 1,
|
|
22175
|
+
"endIndex": 2
|
|
22176
|
+
}
|
|
22177
|
+
},
|
|
22178
|
+
{
|
|
22179
|
+
"kind": "EnumMember",
|
|
22180
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!TelemetryUpdateReason.Unknown:member",
|
|
22181
|
+
"docComment": "/**\n * Unknown.\n */\n",
|
|
22182
|
+
"excerptTokens": [
|
|
22183
|
+
{
|
|
22184
|
+
"kind": "Content",
|
|
22185
|
+
"text": "Unknown = "
|
|
22186
|
+
},
|
|
22187
|
+
{
|
|
22188
|
+
"kind": "Content",
|
|
22189
|
+
"text": "0"
|
|
22190
|
+
}
|
|
22191
|
+
],
|
|
22192
|
+
"releaseTag": "Public",
|
|
22193
|
+
"name": "Unknown",
|
|
22194
|
+
"initializerTokenRange": {
|
|
22195
|
+
"startIndex": 1,
|
|
22196
|
+
"endIndex": 2
|
|
22197
|
+
}
|
|
22198
|
+
}
|
|
22199
|
+
]
|
|
22200
|
+
},
|
|
20711
22201
|
{
|
|
20712
22202
|
"kind": "Function",
|
|
20713
22203
|
"canonicalReference": "@microsoft/applicationinsights-core-js!throwError:function(1)",
|