@microsoft/applicationinsights-analytics-js 2.7.2-nightly.2111-09 → 2.7.2-nightly.2111-10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/applicationinsights-analytics-js.integrity.json +9 -9
- package/browser/applicationinsights-analytics-js.js +3 -3
- package/browser/applicationinsights-analytics-js.js.map +1 -1
- package/browser/applicationinsights-analytics-js.min.js +2 -2
- package/browser/applicationinsights-analytics-js.min.js.map +1 -1
- package/dist/applicationinsights-analytics-js.d.ts +1 -1
- package/dist/applicationinsights-analytics-js.js +3 -3
- package/dist/applicationinsights-analytics-js.js.map +1 -1
- package/dist/applicationinsights-analytics-js.min.js +2 -2
- package/dist/applicationinsights-analytics-js.min.js.map +1 -1
- package/dist/applicationinsights-analytics-js.rollup.d.ts +1 -1
- package/dist-esm/JavaScriptSDK/ApplicationInsights.js +2 -2
- package/dist-esm/JavaScriptSDK/ApplicationInsights.js.map +1 -1
- package/dist-esm/JavaScriptSDK/Telemetry/PageViewManager.js +1 -1
- package/dist-esm/JavaScriptSDK/Telemetry/PageViewPerformanceManager.js +1 -1
- package/dist-esm/JavaScriptSDK/Telemetry/PageVisitTimeManager.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryConfig.js +1 -1
- package/dist-esm/applicationinsights-analytics-js.js +1 -1
- package/package.json +5 -5
- package/src/JavaScriptSDK/ApplicationInsights.ts +1 -1
- package/Tests/Unit/src/AnalyticsExtensionSize.tests.ts +0 -58
- package/Tests/Unit/src/ApplicationInsights.tests.ts +0 -1647
- package/Tests/Unit/src/TelemetryItemCreator.tests.ts +0 -304
- package/Tests/Unit/src/appinsights-analytics.tests.ts +0 -9
- package/Tests/UnitTests.html +0 -62
- package/Tests/tsconfig.json +0 -13
- package/api-extractor.json +0 -361
- package/applicationinsights-analytics-js.build.error.log +0 -80
- package/applicationinsights-analytics-js.build.log +0 -309
- package/microsoft-applicationinsights-analytics-js-2.7.2-nightly.2111-09.tgz +0 -0
- package/rollup.config.js +0 -139
- package/temp/applicationinsights-analytics-js.api.md +0 -114
- package/tslint.json +0 -5
|
@@ -1,309 +0,0 @@
|
|
|
1
|
-
Unable to calculate incremental build state: Error: Cannot read property 'readFile' of undefined
|
|
2
|
-
Error loading config file: D:\a\1\s\extensions\applicationinsights-analytics-js\config\rig.json
|
|
3
|
-
|
|
4
|
-
Rush will proceed without incremental build, caching, and change detection.
|
|
5
|
-
|
|
6
|
-
Invoking: npm run build
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
> @microsoft/applicationinsights-analytics-js@2.7.2-nightly.2111-09 build D:\a\1\s\extensions\applicationinsights-analytics-js
|
|
10
|
-
> npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
> @microsoft/applicationinsights-analytics-js@2.7.2-nightly.2111-09 build:esm D:\a\1\s\extensions\applicationinsights-analytics-js
|
|
14
|
-
> grunt ai
|
|
15
|
-
|
|
16
|
-
(node:6372) ExperimentalWarning: The fs.promises API is experimental
|
|
17
|
-
Running "eslint-ts:appinsights-lint-fix" (eslint-ts) task
|
|
18
|
-
grunt-eslint-typescript options: [object Object]{
|
|
19
|
-
"format": "codeframe",
|
|
20
|
-
"fix": true
|
|
21
|
-
}
|
|
22
|
-
>> The rootDir specified in your project file [./extensions/applicationinsights-analytics-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
23
|
-
>> - [./extensions/applicationinsights-analytics-js/src] resolves to [D:\a\1\s\extensions\applicationinsights-analytics-js\extensions\applicationinsights-analytics-js\src]
|
|
24
|
-
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-analytics-js\src]
|
|
25
|
-
>> -- Update or remove to fix this warning
|
|
26
|
-
>> The declarationDir specified in your project file [./extensions/applicationinsights-analytics-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
27
|
-
>> - [extensions/applicationinsights-analytics-js/types] resolves to [D:\a\1\s\extensions\applicationinsights-analytics-js\src\extensions\applicationinsights-analytics-js\types]
|
|
28
|
-
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-analytics-js\types]
|
|
29
|
-
>> -- Update or remove to fix this warning
|
|
30
|
-
Using tsconfig: ./extensions/applicationinsights-analytics-js/tsconfig.json
|
|
31
|
-
Found eslint-plugin-security -- automatically adding, to avoid this specify a null or empty parser option in your grunt config.
|
|
32
|
-
Module Path: D:/a/1/s/node_modules/@nevware21/grunt-eslint-ts
|
|
33
|
-
Using ESLint from : D:\a\1\s\node_modules\eslint\lib\api.js via grunt-eslint-ts v0.2.2
|
|
34
|
-
Using EsLint Options: [object Object]{
|
|
35
|
-
"baseConfig": {
|
|
36
|
-
"parserOptions": {
|
|
37
|
-
"project": "./extensions/applicationinsights-analytics-js/tsconfig.json"
|
|
38
|
-
},
|
|
39
|
-
"plugins": [
|
|
40
|
-
"@typescript-eslint",
|
|
41
|
-
"security"
|
|
42
|
-
],
|
|
43
|
-
"extends": [
|
|
44
|
-
"eslint:recommended",
|
|
45
|
-
"plugin:@typescript-eslint/recommended",
|
|
46
|
-
"plugin:security/recommended"
|
|
47
|
-
],
|
|
48
|
-
"parser": "@typescript-eslint/parser",
|
|
49
|
-
"rules": {}
|
|
50
|
-
},
|
|
51
|
-
"fix": true
|
|
52
|
-
}
|
|
53
|
-
Linting 1 files...
|
|
54
|
-
- ./extensions/applicationinsights-analytics-js/./src/**/*.ts
|
|
55
|
-
|
|
56
|
-
6 Linting Results
|
|
57
|
-
No lint fixes identified...
|
|
58
|
-
warning: 'isError' is defined but never used (@typescript-eslint/no-unused-vars) at extensions\applicationinsights-analytics-js\src\JavaScriptSDK\ApplicationInsights.ts:20:100:
|
|
59
|
-
18 | IDiagnosticLogger, LoggingSeverity, _InternalMessageId, ICustomProperties,
|
|
60
|
-
19 | getWindow, getDocument, getHistory, getLocation, doPerf, objForEachKey,
|
|
61
|
-
> 20 | isString, isFunction, isNullOrUndefined, arrForEach, generateW3CId, dumpObj, getExceptionName, isError, ICookieMgr, safeGetCookieMgr
|
|
62
|
-
| ^
|
|
63
|
-
21 | } from "@microsoft/applicationinsights-core-js";
|
|
64
|
-
22 | import { PageViewManager, IAppInsightsInternal } from "./Telemetry/PageViewManager";
|
|
65
|
-
23 | import { PageVisitTimeManager } from "./Telemetry/PageVisitTimeManager";
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
warning: '_trackAjaxAttempts' is assigned a value but never used (@typescript-eslint/no-unused-vars) at extensions\applicationinsights-analytics-js\src\JavaScriptSDK\ApplicationInsights.ts:304:17:
|
|
69
|
-
302 |
|
|
70
|
-
303 | // reset ajaxes counter
|
|
71
|
-
> 304 | _trackAjaxAttempts = 0;
|
|
72
|
-
| ^
|
|
73
|
-
305 | };
|
|
74
|
-
306 |
|
|
75
|
-
307 | /**
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
warning: 'isNotNullOrUndefined' is defined but never used (@typescript-eslint/no-unused-vars) at extensions\applicationinsights-analytics-js\src\JavaScriptSDK\Telemetry\PageViewPerformanceManager.ts:9:55:
|
|
79
|
-
7 | import {
|
|
80
|
-
8 | IAppInsightsCore, IDiagnosticLogger, LoggingSeverity,
|
|
81
|
-
> 9 | _InternalMessageId, getNavigator, getPerformance, isNotNullOrUndefined
|
|
82
|
-
| ^
|
|
83
|
-
10 | } from "@microsoft/applicationinsights-core-js";
|
|
84
|
-
11 |
|
|
85
|
-
12 | /**
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
3 warnings found.
|
|
89
|
-
|
|
90
|
-
Running "ts:appinsights" (ts) task
|
|
91
|
-
Module Path: D:/a/1/s/node_modules/@nevware21/grunt-ts-plugin
|
|
92
|
-
Using tsc version: 4.4.4 via grunt-ts-plugin v0.4.3
|
|
93
|
-
>> The rootDir specified in your project file [./extensions/applicationinsights-analytics-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
94
|
-
>> - [./extensions/applicationinsights-analytics-js/src] resolves to [D:\a\1\s\extensions\applicationinsights-analytics-js\extensions\applicationinsights-analytics-js\src]
|
|
95
|
-
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-analytics-js\src]
|
|
96
|
-
>> -- Update or remove to fix this warning
|
|
97
|
-
>> The declarationDir specified in your project file [./extensions/applicationinsights-analytics-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
98
|
-
>> - [extensions/applicationinsights-analytics-js/types] resolves to [D:\a\1\s\extensions\applicationinsights-analytics-js\src\extensions\applicationinsights-analytics-js\types]
|
|
99
|
-
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-analytics-js\types]
|
|
100
|
-
>> -- Update or remove to fix this warning
|
|
101
|
-
Ts-Plugin...
|
|
102
|
-
rootDir from [cwd:D:\a\1\s]
|
|
103
|
-
- TSConfig: D:\a\1\s\extensions\applicationinsights-analytics-js
|
|
104
|
-
- Project : <assuming tsconfig location>
|
|
105
|
-
- Actual : D:\a\1\s\extensions\applicationinsights-analytics-js\src
|
|
106
|
-
Ts-Plugin Invoking: D:\a\1\s\node_modules\typescript\bin\tsc @tscommand-2cf1e829.tmp
|
|
107
|
-
Contents...
|
|
108
|
-
--declarationDir extensions/applicationinsights-analytics-js/types
|
|
109
|
-
--rootDir extensions/applicationinsights-analytics-js/src
|
|
110
|
-
--project ./extensions/applicationinsights-analytics-js/tsconfig.json
|
|
111
|
-
|
|
112
|
-
TypeScript compiliation completed: 2.56s
|
|
113
|
-
|
|
114
|
-
Running "eslint-ts:appinsights-lint" (eslint-ts) task
|
|
115
|
-
grunt-eslint-typescript options: [object Object]{
|
|
116
|
-
"format": "codeframe"
|
|
117
|
-
}
|
|
118
|
-
>> The rootDir specified in your project file [./extensions/applicationinsights-analytics-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
119
|
-
>> - [./extensions/applicationinsights-analytics-js/src] resolves to [D:\a\1\s\extensions\applicationinsights-analytics-js\extensions\applicationinsights-analytics-js\src]
|
|
120
|
-
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-analytics-js\src]
|
|
121
|
-
>> -- Update or remove to fix this warning
|
|
122
|
-
>> The declarationDir specified in your project file [./extensions/applicationinsights-analytics-js/tsconfig.json] is invalid as it assumes the current working directory.
|
|
123
|
-
>> - [extensions/applicationinsights-analytics-js/types] resolves to [D:\a\1\s\extensions\applicationinsights-analytics-js\src\extensions\applicationinsights-analytics-js\types]
|
|
124
|
-
>> - Overridding to use: [D:\a\1\s\extensions\applicationinsights-analytics-js\types]
|
|
125
|
-
>> -- Update or remove to fix this warning
|
|
126
|
-
Using tsconfig: ./extensions/applicationinsights-analytics-js/tsconfig.json
|
|
127
|
-
Found eslint-plugin-security -- automatically adding, to avoid this specify a null or empty parser option in your grunt config.
|
|
128
|
-
Module Path: D:/a/1/s/node_modules/@nevware21/grunt-eslint-ts
|
|
129
|
-
Using ESLint from : D:\a\1\s\node_modules\eslint\lib\api.js via grunt-eslint-ts v0.2.2
|
|
130
|
-
Using EsLint Options: [object Object]{
|
|
131
|
-
"baseConfig": {
|
|
132
|
-
"parserOptions": {
|
|
133
|
-
"project": "./extensions/applicationinsights-analytics-js/tsconfig.json"
|
|
134
|
-
},
|
|
135
|
-
"plugins": [
|
|
136
|
-
"@typescript-eslint",
|
|
137
|
-
"security"
|
|
138
|
-
],
|
|
139
|
-
"extends": [
|
|
140
|
-
"eslint:recommended",
|
|
141
|
-
"plugin:@typescript-eslint/recommended",
|
|
142
|
-
"plugin:security/recommended"
|
|
143
|
-
],
|
|
144
|
-
"parser": "@typescript-eslint/parser",
|
|
145
|
-
"rules": {}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
Linting 1 files...
|
|
149
|
-
- ./extensions/applicationinsights-analytics-js/./src/**/*.ts
|
|
150
|
-
|
|
151
|
-
6 Linting Results
|
|
152
|
-
No lint fixes identified...
|
|
153
|
-
warning: 'isError' is defined but never used (@typescript-eslint/no-unused-vars) at extensions\applicationinsights-analytics-js\src\JavaScriptSDK\ApplicationInsights.ts:20:100:
|
|
154
|
-
18 | IDiagnosticLogger, LoggingSeverity, _InternalMessageId, ICustomProperties,
|
|
155
|
-
19 | getWindow, getDocument, getHistory, getLocation, doPerf, objForEachKey,
|
|
156
|
-
> 20 | isString, isFunction, isNullOrUndefined, arrForEach, generateW3CId, dumpObj, getExceptionName, isError, ICookieMgr, safeGetCookieMgr
|
|
157
|
-
| ^
|
|
158
|
-
21 | } from "@microsoft/applicationinsights-core-js";
|
|
159
|
-
22 | import { PageViewManager, IAppInsightsInternal } from "./Telemetry/PageViewManager";
|
|
160
|
-
23 | import { PageVisitTimeManager } from "./Telemetry/PageVisitTimeManager";
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
warning: '_trackAjaxAttempts' is assigned a value but never used (@typescript-eslint/no-unused-vars) at extensions\applicationinsights-analytics-js\src\JavaScriptSDK\ApplicationInsights.ts:304:17:
|
|
164
|
-
302 |
|
|
165
|
-
303 | // reset ajaxes counter
|
|
166
|
-
> 304 | _trackAjaxAttempts = 0;
|
|
167
|
-
| ^
|
|
168
|
-
305 | };
|
|
169
|
-
306 |
|
|
170
|
-
307 | /**
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
warning: 'isNotNullOrUndefined' is defined but never used (@typescript-eslint/no-unused-vars) at extensions\applicationinsights-analytics-js\src\JavaScriptSDK\Telemetry\PageViewPerformanceManager.ts:9:55:
|
|
174
|
-
7 | import {
|
|
175
|
-
8 | IAppInsightsCore, IDiagnosticLogger, LoggingSeverity,
|
|
176
|
-
> 9 | _InternalMessageId, getNavigator, getPerformance, isNotNullOrUndefined
|
|
177
|
-
| ^
|
|
178
|
-
10 | } from "@microsoft/applicationinsights-core-js";
|
|
179
|
-
11 |
|
|
180
|
-
12 | /**
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
3 warnings found.
|
|
184
|
-
|
|
185
|
-
Done.
|
|
186
|
-
|
|
187
|
-
> @microsoft/applicationinsights-analytics-js@2.7.2-nightly.2111-09 build:browser D:\a\1\s\extensions\applicationinsights-analytics-js
|
|
188
|
-
> rollup -c
|
|
189
|
-
|
|
190
|
-
Loading - ./dist-esm/applicationinsights-analytics-js.js
|
|
191
|
-
Rewriting Map file - ./dist-esm/applicationinsights-analytics-js.js.map
|
|
192
|
-
Loading - ./dist-esm/JavaScriptSDK/ApplicationInsights.js
|
|
193
|
-
Prototypes removed...
|
|
194
|
-
Line Changed: /**
|
|
195
|
-
Detected Removed lines 551 to 691
|
|
196
|
-
Replacing [import { __assign, __extends } from "tslib";] with [import { __assignFn as __assign, __extendsFn as __extends } from "@microsoft/applicationinsights-shims";]
|
|
197
|
-
Rewriting Map file - ./dist-esm/JavaScriptSDK/ApplicationInsights.js.map
|
|
198
|
-
Loading - ./dist-esm/JavaScriptSDK.Interfaces/ITelemetryConfig.js
|
|
199
|
-
Rewriting Map file - ./dist-esm/JavaScriptSDK.Interfaces/ITelemetryConfig.js.map
|
|
200
|
-
Loading - ./dist-esm/JavaScriptSDK/Telemetry/PageViewManager.js
|
|
201
|
-
Prototypes removed...
|
|
202
|
-
Line Changed: /**
|
|
203
|
-
Detected Removed lines 155 to 167
|
|
204
|
-
Rewriting Map file - ./dist-esm/JavaScriptSDK/Telemetry/PageViewManager.js.map
|
|
205
|
-
Loading - ./dist-esm/JavaScriptSDK/Telemetry/PageViewPerformanceManager.js
|
|
206
|
-
Rewriting Map file - ./dist-esm/JavaScriptSDK/Telemetry/PageViewPerformanceManager.js.map
|
|
207
|
-
Loading - ./dist-esm/JavaScriptSDK/Telemetry/PageVisitTimeManager.js
|
|
208
|
-
Rewriting Map file - ./dist-esm/JavaScriptSDK/Telemetry/PageVisitTimeManager.js.map
|
|
209
|
-
|
|
210
|
-
dist-esm/applicationinsights-analytics-js.js → dist/applicationinsights-analytics-js.min.js...
|
|
211
|
-
created dist/applicationinsights-analytics-js.min.js in 4.8s
|
|
212
|
-
|
|
213
|
-
dist-esm/applicationinsights-analytics-js.js → dist/applicationinsights-analytics-js.js...
|
|
214
|
-
created dist/applicationinsights-analytics-js.js in 1.2s
|
|
215
|
-
|
|
216
|
-
dist-esm/applicationinsights-analytics-js.js → browser/applicationinsights-analytics-js.min.js...
|
|
217
|
-
created browser/applicationinsights-analytics-js.min.js in 3.8s
|
|
218
|
-
|
|
219
|
-
dist-esm/applicationinsights-analytics-js.js → browser/applicationinsights-analytics-js.js...
|
|
220
|
-
created browser/applicationinsights-analytics-js.js in 1.1s
|
|
221
|
-
|
|
222
|
-
> @microsoft/applicationinsights-analytics-js@2.7.2-nightly.2111-09 sri D:\a\1\s\extensions\applicationinsights-analytics-js
|
|
223
|
-
> node ../../tools/subResourceIntegrity/generateIntegrityFile.js
|
|
224
|
-
|
|
225
|
-
Loading - ./browser/applicationinsights-analytics-js.js (Extension) => (["./browser/applicationinsights-analytics-js.js","./browser/applicationinsights-analytics-js","2.7.2-nightly.2111-09","js"])
|
|
226
|
-
Loading - ./browser/applicationinsights-analytics-js.min.js (Extension) => (["./browser/applicationinsights-analytics-js.min.js","./browser/applicationinsights-analytics-js","2.7.2-nightly.2111-09","min.js"])
|
|
227
|
-
Writing - ./browser/applicationinsights-analytics-js.integrity.json
|
|
228
|
-
|
|
229
|
-
> @microsoft/applicationinsights-analytics-js@2.7.2-nightly.2111-09 dtsgen D:\a\1\s\extensions\applicationinsights-analytics-js
|
|
230
|
-
> api-extractor run --local && node ../../scripts/dtsgen.js "Microsoft Application Insights JavaScript SDK - Web Analytics"
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
api-extractor 7.18.19 - https://api-extractor.com/
|
|
234
|
-
|
|
235
|
-
Using configuration from ./api-extractor.json
|
|
236
|
-
Analysis will use the bundled TypeScript version 4.4.4
|
|
237
|
-
Warning: The API report file was missing, so a new file was created. Please add this file to Git:
|
|
238
|
-
D:\a\1\s\extensions\applicationinsights-analytics-js\dist\applicationinsights-analytics-js.api.md
|
|
239
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:31:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
240
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:36:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
241
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:37:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
242
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:38:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
243
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:46:8 - (tsdoc-undefined-tag) The TSDoc tag "@description" is not defined in this configuration
|
|
244
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:47:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
245
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:47:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
|
|
246
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:48:8 - (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
|
247
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:49:8 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
|
|
248
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:53:8 - (tsdoc-undefined-tag) The TSDoc tag "@description" is not defined in this configuration
|
|
249
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:58:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
250
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:58:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
|
|
251
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:59:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
252
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:59:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
|
|
253
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:61:8 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
|
|
254
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:63:5 - (ae-unresolved-link) The @link reference could not be resolved: The package "@microsoft/applicationinsights-analytics-js" does not have an export "IMetricTelemetry"
|
|
255
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:66:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
256
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:67:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
257
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:73:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
258
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:74:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
259
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:75:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
260
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:83:8 - (tsdoc-undefined-tag) The TSDoc tag "@ignore" is not defined in this configuration
|
|
261
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:84:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
262
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:85:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
263
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:94:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
264
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:95:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
265
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:102:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
266
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:108:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
267
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:109:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
268
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:110:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
269
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:111:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
270
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:119:8 - (tsdoc-undefined-tag) The TSDoc tag "@ignore" is not defined in this configuration
|
|
271
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:120:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
272
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:121:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
273
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:122:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
274
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:132:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
275
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:132:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
|
|
276
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:133:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
277
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:133:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
|
|
278
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:136:8 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
|
|
279
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:140:8 - (tsdoc-undefined-tag) The TSDoc tag "@description" is not defined in this configuration
|
|
280
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:141:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
281
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:141:15 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
|
|
282
|
-
Warning: types/JavaScriptSDK/ApplicationInsights.d.ts:142:8 - (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration
|
|
283
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:11:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
284
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:12:18 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
285
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:12:17 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
286
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:17:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
287
|
-
|
|
288
|
-
API Extractor completed successfully
|
|
289
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:18:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
290
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:23:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
291
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:24:31 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
292
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:24:17 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
293
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:29:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
|
|
294
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:30:18 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
295
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:30:17 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
296
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:35:31 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
|
|
297
|
-
Warning: types/JavaScriptSDK/Telemetry/PageVisitTimeManager.d.ts:35:17 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
|
|
298
|
-
Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IConfig.d.ts:6:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
|
|
299
|
-
Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IConfig.d.ts:7:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
|
|
300
|
-
Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IExceptionTelemetry.d.ts:4:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
|
|
301
|
-
Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IExceptionTelemetry.d.ts:5:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
|
|
302
|
-
Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IExceptionTelemetry.d.ts:6:4 - (tsdoc-undefined-tag) The TSDoc tag "@description" is not defined in this configuration
|
|
303
|
-
Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IExceptionTelemetry.d.ts:35:4 - (tsdoc-undefined-tag) The TSDoc tag "@description" is not defined in this configuration
|
|
304
|
-
Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IExceptionTelemetry.d.ts:36:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
|
|
305
|
-
Warning: D:/a/1/s/shared/AppInsightsCommon/types/Interfaces/IExceptionTelemetry.d.ts:37:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
|
|
306
|
-
Using Package: D:\a\1\s\extensions\applicationinsights-analytics-js\package.json, current path cwd D:\a\1\s\extensions\applicationinsights-analytics-js
|
|
307
|
-
Transforming: D:\a\1\s\extensions\applicationinsights-analytics-js\dist\applicationinsights-analytics-js.d.ts
|
|
308
|
-
File...
|
|
309
|
-
Lines: 266
|
|
Binary file
|
package/rollup.config.js
DELETED
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
import nodeResolve from "@rollup/plugin-node-resolve";
|
|
2
|
-
import { uglify } from "@microsoft/applicationinsights-rollup-plugin-uglify3-js";
|
|
3
|
-
import replace from "@rollup/plugin-replace";
|
|
4
|
-
import cleanup from "rollup-plugin-cleanup";
|
|
5
|
-
import dynamicRemove from "@microsoft/dynamicproto-js/tools/rollup/node/removedynamic";
|
|
6
|
-
import { es3Poly, es3Check, importCheck } from "@microsoft/applicationinsights-rollup-es3";
|
|
7
|
-
import { updateDistEsmFiles } from "../../tools/updateDistEsm/updateDistEsm";
|
|
8
|
-
|
|
9
|
-
const version = require("./package.json").version;
|
|
10
|
-
const outputName = "applicationinsights-analytics-js";
|
|
11
|
-
const banner = [
|
|
12
|
-
"/*!",
|
|
13
|
-
` * Application Insights JavaScript SDK - Web Analytics, ${version}`,
|
|
14
|
-
" * Copyright (c) Microsoft and contributors. All rights reserved.",
|
|
15
|
-
" */"
|
|
16
|
-
].join("\n");
|
|
17
|
-
|
|
18
|
-
const replaceValues = {
|
|
19
|
-
"// Copyright (c) Microsoft Corporation. All rights reserved.": "",
|
|
20
|
-
"// Licensed under the MIT License.": ""
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
function doCleanup() {
|
|
24
|
-
return cleanup({
|
|
25
|
-
comments: [
|
|
26
|
-
'some',
|
|
27
|
-
/^.\s*@DynamicProtoStub/i,
|
|
28
|
-
/^\*\*\s*@class\s*$/
|
|
29
|
-
]
|
|
30
|
-
})
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
const browserRollupConfigFactory = isProduction => {
|
|
34
|
-
const browserRollupConfig = {
|
|
35
|
-
input: `dist-esm/${outputName}.js`,
|
|
36
|
-
output: {
|
|
37
|
-
file: `browser/${outputName}.js`,
|
|
38
|
-
banner: banner,
|
|
39
|
-
format: "umd",
|
|
40
|
-
name: "Microsoft.ApplicationInsights",
|
|
41
|
-
extend: true,
|
|
42
|
-
freeze: false,
|
|
43
|
-
sourcemap: true
|
|
44
|
-
},
|
|
45
|
-
plugins: [
|
|
46
|
-
dynamicRemove(),
|
|
47
|
-
replace({
|
|
48
|
-
preventAssignment: true,
|
|
49
|
-
delimiters: ["", ""],
|
|
50
|
-
values: replaceValues
|
|
51
|
-
}),
|
|
52
|
-
importCheck({ exclude: [ "applicationinsights-analytics-js" ] }),
|
|
53
|
-
nodeResolve({
|
|
54
|
-
browser: false,
|
|
55
|
-
preferBuiltins: false
|
|
56
|
-
}),
|
|
57
|
-
doCleanup(),
|
|
58
|
-
es3Poly(),
|
|
59
|
-
es3Check()
|
|
60
|
-
]
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
if (isProduction) {
|
|
64
|
-
browserRollupConfig.output.file = `browser/${outputName}.min.js`;
|
|
65
|
-
browserRollupConfig.plugins.push(
|
|
66
|
-
uglify({
|
|
67
|
-
ie8: true,
|
|
68
|
-
toplevel: true,
|
|
69
|
-
compress: {
|
|
70
|
-
passes:3,
|
|
71
|
-
unsafe: true
|
|
72
|
-
},
|
|
73
|
-
output: {
|
|
74
|
-
preamble: banner,
|
|
75
|
-
webkit:true
|
|
76
|
-
}
|
|
77
|
-
})
|
|
78
|
-
);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
return browserRollupConfig;
|
|
82
|
-
};
|
|
83
|
-
|
|
84
|
-
const nodeUmdRollupConfigFactory = (isProduction) => {
|
|
85
|
-
const nodeRollupConfig = {
|
|
86
|
-
input: `dist-esm/${outputName}.js`,
|
|
87
|
-
output: {
|
|
88
|
-
file: `dist/${outputName}.js`,
|
|
89
|
-
banner: banner,
|
|
90
|
-
format: "umd",
|
|
91
|
-
name: "Microsoft.ApplicationInsights",
|
|
92
|
-
extend: true,
|
|
93
|
-
freeze: false,
|
|
94
|
-
sourcemap: true
|
|
95
|
-
},
|
|
96
|
-
plugins: [
|
|
97
|
-
dynamicRemove(),
|
|
98
|
-
replace({
|
|
99
|
-
preventAssignment: true,
|
|
100
|
-
delimiters: ["", ""],
|
|
101
|
-
values: replaceValues
|
|
102
|
-
}),
|
|
103
|
-
importCheck({ exclude: [ "applicationinsights-analytics-js" ] }),
|
|
104
|
-
nodeResolve(),
|
|
105
|
-
doCleanup(),
|
|
106
|
-
es3Poly(),
|
|
107
|
-
es3Check()
|
|
108
|
-
]
|
|
109
|
-
};
|
|
110
|
-
|
|
111
|
-
if (isProduction) {
|
|
112
|
-
nodeRollupConfig.output.file = `dist/${outputName}.min.js`;
|
|
113
|
-
nodeRollupConfig.plugins.push(
|
|
114
|
-
uglify({
|
|
115
|
-
ie8: true,
|
|
116
|
-
toplevel: true,
|
|
117
|
-
compress: {
|
|
118
|
-
passes:3,
|
|
119
|
-
unsafe: true
|
|
120
|
-
},
|
|
121
|
-
output: {
|
|
122
|
-
preamble: banner,
|
|
123
|
-
webkit:true
|
|
124
|
-
}
|
|
125
|
-
})
|
|
126
|
-
);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
return nodeRollupConfig;
|
|
130
|
-
};
|
|
131
|
-
|
|
132
|
-
updateDistEsmFiles(replaceValues, banner);
|
|
133
|
-
|
|
134
|
-
export default [
|
|
135
|
-
nodeUmdRollupConfigFactory(true),
|
|
136
|
-
nodeUmdRollupConfigFactory(false),
|
|
137
|
-
browserRollupConfigFactory(true),
|
|
138
|
-
browserRollupConfigFactory(false)
|
|
139
|
-
];
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
## API Report File for "@microsoft/applicationinsights-analytics-js"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { BaseTelemetryPlugin } from '@microsoft/applicationinsights-core-js';
|
|
8
|
-
import { IAppInsights } from '@microsoft/applicationinsights-common';
|
|
9
|
-
import { IAppInsightsCore } from '@microsoft/applicationinsights-core-js';
|
|
10
|
-
import { IAutoExceptionTelemetry } from '@microsoft/applicationinsights-common';
|
|
11
|
-
import { IConfig } from '@microsoft/applicationinsights-common';
|
|
12
|
-
import { IConfiguration } from '@microsoft/applicationinsights-core-js';
|
|
13
|
-
import { ICookieMgr } from '@microsoft/applicationinsights-core-js';
|
|
14
|
-
import { ICustomProperties } from '@microsoft/applicationinsights-core-js';
|
|
15
|
-
import { IDiagnosticLogger } from '@microsoft/applicationinsights-core-js';
|
|
16
|
-
import { IEventTelemetry } from '@microsoft/applicationinsights-common';
|
|
17
|
-
import { IExceptionTelemetry } from '@microsoft/applicationinsights-common';
|
|
18
|
-
import { IMetricTelemetry } from '@microsoft/applicationinsights-common';
|
|
19
|
-
import { IPageViewPerformanceTelemetry } from '@microsoft/applicationinsights-common';
|
|
20
|
-
import { IPageViewPerformanceTelemetryInternal } from '@microsoft/applicationinsights-common';
|
|
21
|
-
import { IPageViewTelemetry } from '@microsoft/applicationinsights-common';
|
|
22
|
-
import { IPageViewTelemetryInternal } from '@microsoft/applicationinsights-common';
|
|
23
|
-
import { IPlugin } from '@microsoft/applicationinsights-core-js';
|
|
24
|
-
import { IProcessTelemetryContext } from '@microsoft/applicationinsights-core-js';
|
|
25
|
-
import { ITelemetryItem } from '@microsoft/applicationinsights-core-js';
|
|
26
|
-
import { ITelemetryPluginChain } from '@microsoft/applicationinsights-core-js';
|
|
27
|
-
import { ITraceTelemetry } from '@microsoft/applicationinsights-common';
|
|
28
|
-
|
|
29
|
-
// @public (undocumented)
|
|
30
|
-
export class ApplicationInsights extends BaseTelemetryPlugin implements IAppInsights, IAppInsightsInternal {
|
|
31
|
-
constructor();
|
|
32
|
-
// (undocumented)
|
|
33
|
-
addTelemetryInitializer(telemetryInitializer: (item: ITelemetryItem) => boolean | void): void;
|
|
34
|
-
// (undocumented)
|
|
35
|
-
autoRoutePVDelay: number;
|
|
36
|
-
// (undocumented)
|
|
37
|
-
config: IConfig;
|
|
38
|
-
getCookieMgr(): ICookieMgr;
|
|
39
|
-
// (undocumented)
|
|
40
|
-
static getDefaultConfig(config?: IConfig): IConfig;
|
|
41
|
-
// (undocumented)
|
|
42
|
-
identifier: string;
|
|
43
|
-
// (undocumented)
|
|
44
|
-
initialize(config: IConfiguration & IConfig, core: IAppInsightsCore, extensions: IPlugin[], pluginChain?: ITelemetryPluginChain): void;
|
|
45
|
-
_onerror(exception: IAutoExceptionTelemetry): void;
|
|
46
|
-
// Warning: (ae-forgotten-export) The symbol "PageViewManager" needs to be exported by the entry point applicationinsights-analytics-js.d.ts
|
|
47
|
-
//
|
|
48
|
-
// (undocumented)
|
|
49
|
-
protected _pageViewManager: PageViewManager;
|
|
50
|
-
// Warning: (ae-forgotten-export) The symbol "PageViewPerformanceManager" needs to be exported by the entry point applicationinsights-analytics-js.d.ts
|
|
51
|
-
//
|
|
52
|
-
// (undocumented)
|
|
53
|
-
protected _pageViewPerformanceManager: PageViewPerformanceManager;
|
|
54
|
-
// Warning: (ae-forgotten-export) The symbol "PageVisitTimeManager" needs to be exported by the entry point applicationinsights-analytics-js.d.ts
|
|
55
|
-
//
|
|
56
|
-
// (undocumented)
|
|
57
|
-
protected _pageVisitTimeManager: PageVisitTimeManager;
|
|
58
|
-
// (undocumented)
|
|
59
|
-
priority: number;
|
|
60
|
-
// (undocumented)
|
|
61
|
-
processTelemetry(env: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
62
|
-
// (undocumented)
|
|
63
|
-
queue: Array<() => void>;
|
|
64
|
-
sendExceptionInternal(exception: IExceptionTelemetry, customProperties?: {
|
|
65
|
-
[key: string]: any;
|
|
66
|
-
}, systemProperties?: {
|
|
67
|
-
[key: string]: any;
|
|
68
|
-
}): void;
|
|
69
|
-
sendPageViewInternal(pageView: IPageViewTelemetryInternal, properties?: {
|
|
70
|
-
[key: string]: any;
|
|
71
|
-
}, systemProperties?: {
|
|
72
|
-
[key: string]: any;
|
|
73
|
-
}): void;
|
|
74
|
-
sendPageViewPerformanceInternal(pageViewPerformance: IPageViewPerformanceTelemetryInternal, properties?: {
|
|
75
|
-
[key: string]: any;
|
|
76
|
-
}, systemProperties?: {
|
|
77
|
-
[key: string]: any;
|
|
78
|
-
}): void;
|
|
79
|
-
startTrackEvent(name: string): void;
|
|
80
|
-
startTrackPage(name?: string): void;
|
|
81
|
-
stopTrackEvent(name: string, properties?: {
|
|
82
|
-
[key: string]: string;
|
|
83
|
-
}, measurements?: {
|
|
84
|
-
[key: string]: number;
|
|
85
|
-
}): void;
|
|
86
|
-
stopTrackPage(name?: string, url?: string, properties?: {
|
|
87
|
-
[key: string]: string;
|
|
88
|
-
}, measurement?: {
|
|
89
|
-
[key: string]: number;
|
|
90
|
-
}): void;
|
|
91
|
-
// (undocumented)
|
|
92
|
-
protected _telemetryInitializers: Array<(envelope: ITelemetryItem) => boolean | void>;
|
|
93
|
-
// (undocumented)
|
|
94
|
-
trackEvent(event: IEventTelemetry, customProperties?: ICustomProperties): void;
|
|
95
|
-
trackException(exception: IExceptionTelemetry, customProperties?: ICustomProperties): void;
|
|
96
|
-
trackMetric(metric: IMetricTelemetry, customProperties?: ICustomProperties): void;
|
|
97
|
-
trackPageView(pageView?: IPageViewTelemetry, customProperties?: ICustomProperties): void;
|
|
98
|
-
trackPageViewPerformance(pageViewPerformance: IPageViewPerformanceTelemetry, customProperties?: ICustomProperties): void;
|
|
99
|
-
trackTrace(trace: ITraceTelemetry, customProperties?: ICustomProperties): void;
|
|
100
|
-
// (undocumented)
|
|
101
|
-
static Version: string;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// @public
|
|
105
|
-
export interface IAppInsightsInternal {
|
|
106
|
-
// (undocumented)
|
|
107
|
-
sendPageViewInternal(pageViewItem: IPageViewTelemetryInternal, properties?: Object, systemProperties?: Object): void;
|
|
108
|
-
// (undocumented)
|
|
109
|
-
sendPageViewPerformanceInternal(pageViewPerformance: IPageViewPerformanceTelemetryInternal, properties?: Object, systemProperties?: Object): void;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
// (No @packageDocumentation comment for this package)
|
|
113
|
-
|
|
114
|
-
```
|