@microsoft/applicationinsights-properties-js 3.0.0-beta.2303-10 → 3.0.0-beta.2304-07
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/es5/ai.props.3.0.0-beta.2304-07.cjs.js +3990 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.cjs.js.map +1 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.cjs.min.js +6 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.cjs.min.js.map +1 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.gbl.js +3994 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.gbl.js.map +1 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.gbl.min.js +6 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.gbl.min.js.map +1 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.integrity.json +66 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.js +3996 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.js.map +1 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.min.js +6 -0
- package/browser/es5/ai.props.3.0.0-beta.2304-07.min.js.map +1 -0
- package/browser/es5/ai.props.3.cjs.js +3990 -0
- package/browser/es5/ai.props.3.cjs.js.map +1 -0
- package/browser/es5/ai.props.3.cjs.min.js +6 -0
- package/browser/es5/ai.props.3.cjs.min.js.map +1 -0
- package/browser/es5/ai.props.3.gbl.js +3994 -0
- package/browser/es5/ai.props.3.gbl.js.map +1 -0
- package/browser/es5/ai.props.3.gbl.min.js +6 -0
- package/browser/es5/ai.props.3.gbl.min.js.map +1 -0
- package/{dist/applicationinsights-properties-js.js → browser/es5/ai.props.3.js} +886 -851
- package/browser/es5/ai.props.3.js.map +1 -0
- package/browser/es5/ai.props.3.min.js +6 -0
- package/browser/es5/ai.props.3.min.js.map +1 -0
- package/{browser → dist/es5}/applicationinsights-properties-js.js +885 -850
- package/dist/es5/applicationinsights-properties-js.js.map +1 -0
- package/dist/es5/applicationinsights-properties-js.min.js +6 -0
- package/dist/es5/applicationinsights-properties-js.min.js.map +1 -0
- package/{dist-esm → dist-es5}/Context/Application.js +1 -1
- package/{dist-esm → dist-es5}/Context/Device.js +1 -1
- package/{dist-esm → dist-es5}/Context/Internal.js +1 -1
- package/{dist-esm → dist-es5}/Context/Location.js +1 -1
- package/{dist-esm → dist-es5}/Context/Session.js +1 -1
- package/{dist-esm → dist-es5}/Context/TelemetryTrace.js +1 -1
- package/{dist-esm → dist-es5}/Context/User.js +1 -1
- package/{dist-esm → dist-es5}/Interfaces/IPropTelemetryContext.js +1 -1
- package/{dist-esm → dist-es5}/Interfaces/IPropertiesConfig.js +1 -1
- package/{dist-esm → dist-es5}/PropertiesPlugin.js +1 -1
- package/{dist-esm → dist-es5}/TelemetryContext.js +1 -1
- package/{dist-esm → dist-es5}/__DynamicConstants.js +1 -1
- package/{dist-esm → dist-es5}/applicationinsights-properties-js.js +1 -1
- package/package.json +17 -16
- package/tsconfig.json +4 -3
- package/types/applicationinsights-properties-js.d.ts +161 -6
- package/{dist/applicationinsights-properties-js.d.ts → types/applicationinsights-properties-js.namespaced.d.ts} +1 -1
- package/browser/applicationinsights-properties-js.integrity.json +0 -26
- package/browser/applicationinsights-properties-js.js.map +0 -1
- package/browser/applicationinsights-properties-js.min.js +0 -6
- package/browser/applicationinsights-properties-js.min.js.map +0 -1
- package/dist/applicationinsights-properties-js.api.json +0 -3120
- package/dist/applicationinsights-properties-js.api.md +0 -173
- package/dist/applicationinsights-properties-js.js.map +0 -1
- package/dist/applicationinsights-properties-js.min.js +0 -6
- package/dist/applicationinsights-properties-js.min.js.map +0 -1
- package/dist/applicationinsights-properties-js.rollup.d.ts +0 -162
- package/src/Context/Application.ts +0 -16
- package/src/Context/Device.ts +0 -49
- package/src/Context/Internal.ts +0 -49
- package/src/Context/Location.ts +0 -12
- package/src/Context/Session.ts +0 -257
- package/src/Context/TelemetryTrace.ts +0 -26
- package/src/Context/User.ts +0 -233
- package/src/Interfaces/IPropTelemetryContext.ts +0 -21
- package/src/Interfaces/IPropertiesConfig.ts +0 -19
- package/src/PropertiesPlugin.ts +0 -183
- package/src/TelemetryContext.ts +0 -233
- package/src/__DynamicConstants.ts +0 -41
- package/src/applicationinsights-properties-js.ts +0 -10
- package/types/Context/Application.d.ts +0 -11
- package/types/Context/Device.d.ts +0 -31
- package/types/Context/Internal.d.ts +0 -30
- package/types/Context/Location.d.ts +0 -7
- package/types/Context/Session.d.ts +0 -42
- package/types/Context/TelemetryTrace.d.ts +0 -10
- package/types/Context/User.d.ts +0 -59
- package/types/Interfaces/IPropTelemetryContext.d.ts +0 -16
- package/types/Interfaces/IPropertiesConfig.d.ts +0 -16
- package/types/PropertiesPlugin.d.ts +0 -19
- package/types/TelemetryContext.d.ts +0 -34
- package/types/__DynamicConstants.d.ts +0 -29
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm → dist-es5}/Context/Application.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/Device.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/Internal.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/Location.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/Session.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/TelemetryTrace.js.map +0 -0
- /package/{dist-esm → dist-es5}/Context/User.js.map +0 -0
- /package/{dist-esm → dist-es5}/Interfaces/IPropTelemetryContext.js.map +0 -0
- /package/{dist-esm → dist-es5}/Interfaces/IPropertiesConfig.js.map +0 -0
- /package/{dist-esm → dist-es5}/PropertiesPlugin.js.map +0 -0
- /package/{dist-esm → dist-es5}/TelemetryContext.js.map +0 -0
- /package/{dist-esm → dist-es5}/__DynamicConstants.js.map +0 -0
- /package/{dist-esm → dist-es5}/applicationinsights-properties-js.js.map +0 -0
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
## API Report File for "@microsoft/applicationinsights-properties-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 { IAppInsightsCore } from '@microsoft/applicationinsights-core-js';
|
|
9
|
-
import { IApplication } from '@microsoft/applicationinsights-common';
|
|
10
|
-
import { IConfig } from '@microsoft/applicationinsights-common';
|
|
11
|
-
import { IConfiguration } from '@microsoft/applicationinsights-core-js';
|
|
12
|
-
import { IDevice } from '@microsoft/applicationinsights-common';
|
|
13
|
-
import { IDiagnosticLogger } from '@microsoft/applicationinsights-core-js';
|
|
14
|
-
import { IDistributedTraceContext } from '@microsoft/applicationinsights-core-js';
|
|
15
|
-
import { IInternal } from '@microsoft/applicationinsights-common';
|
|
16
|
-
import { ILocation } from '@microsoft/applicationinsights-common';
|
|
17
|
-
import { IOperatingSystem } from '@microsoft/applicationinsights-common';
|
|
18
|
-
import { IPlugin } from '@microsoft/applicationinsights-core-js';
|
|
19
|
-
import { IProcessTelemetryContext } from '@microsoft/applicationinsights-core-js';
|
|
20
|
-
import { IPropertiesPlugin } from '@microsoft/applicationinsights-common';
|
|
21
|
-
import { ISession } from '@microsoft/applicationinsights-common';
|
|
22
|
-
import { ITelemetryContext } from '@microsoft/applicationinsights-common';
|
|
23
|
-
import { ITelemetryItem } from '@microsoft/applicationinsights-core-js';
|
|
24
|
-
import { ITelemetryPluginChain } from '@microsoft/applicationinsights-core-js';
|
|
25
|
-
import { ITelemetryTrace } from '@microsoft/applicationinsights-common';
|
|
26
|
-
import { ITraceState } from '@microsoft/applicationinsights-common';
|
|
27
|
-
import { IUnloadHookContainer } from '@microsoft/applicationinsights-core-js';
|
|
28
|
-
import { IUserContext } from '@microsoft/applicationinsights-common';
|
|
29
|
-
import { IWeb } from '@microsoft/applicationinsights-common';
|
|
30
|
-
|
|
31
|
-
// @public (undocumented)
|
|
32
|
-
export interface IPropTelemetryContext extends ITelemetryContext {
|
|
33
|
-
// (undocumented)
|
|
34
|
-
applyApplicationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
35
|
-
// (undocumented)
|
|
36
|
-
applyDeviceContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
37
|
-
// (undocumented)
|
|
38
|
-
applyInternalContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
39
|
-
// (undocumented)
|
|
40
|
-
applyLocationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
41
|
-
// (undocumented)
|
|
42
|
-
applyOperatingSystemContxt(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
43
|
-
// (undocumented)
|
|
44
|
-
applyOperationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
45
|
-
// (undocumented)
|
|
46
|
-
applySessionContext(evt: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
47
|
-
// (undocumented)
|
|
48
|
-
applyUserContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
49
|
-
// (undocumented)
|
|
50
|
-
applyWebContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
51
|
-
// (undocumented)
|
|
52
|
-
cleanUp(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
53
|
-
// (undocumented)
|
|
54
|
-
readonly sessionManager: SessionManager;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// @public (undocumented)
|
|
58
|
-
export interface ISessionConfig {
|
|
59
|
-
// @deprecated (undocumented)
|
|
60
|
-
cookieDomain?: string;
|
|
61
|
-
// (undocumented)
|
|
62
|
-
readonly getNewId?: (idLength?: number) => string;
|
|
63
|
-
// (undocumented)
|
|
64
|
-
readonly idLength?: number;
|
|
65
|
-
// (undocumented)
|
|
66
|
-
readonly namePrefix?: string;
|
|
67
|
-
// (undocumented)
|
|
68
|
-
readonly sessionCookiePostfix?: string;
|
|
69
|
-
// (undocumented)
|
|
70
|
-
readonly sessionExpirationMs?: number;
|
|
71
|
-
// (undocumented)
|
|
72
|
-
readonly sessionRenewalMs?: number;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
// @public (undocumented)
|
|
76
|
-
export class PropertiesPlugin extends BaseTelemetryPlugin implements IPropertiesPlugin {
|
|
77
|
-
constructor();
|
|
78
|
-
// (undocumented)
|
|
79
|
-
context: IPropTelemetryContext;
|
|
80
|
-
// (undocumented)
|
|
81
|
-
identifier: string;
|
|
82
|
-
// (undocumented)
|
|
83
|
-
initialize(config: IConfiguration & IConfig, core: IAppInsightsCore, extensions: IPlugin[], pluginChain?: ITelemetryPluginChain): void;
|
|
84
|
-
// (undocumented)
|
|
85
|
-
priority: number;
|
|
86
|
-
processTelemetry(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// @public (undocumented)
|
|
90
|
-
export class Session implements ISession {
|
|
91
|
-
acquisitionDate?: number;
|
|
92
|
-
id?: string;
|
|
93
|
-
renewalDate?: number;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// @public (undocumented)
|
|
97
|
-
export class SessionManager {
|
|
98
|
-
constructor(config: ISessionConfig, core?: IAppInsightsCore, unloadHookContainer?: IUnloadHookContainer);
|
|
99
|
-
// (undocumented)
|
|
100
|
-
automaticSession: Session;
|
|
101
|
-
backup(): void;
|
|
102
|
-
// (undocumented)
|
|
103
|
-
update(): void;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
// @public (undocumented)
|
|
107
|
-
export class TelemetryContext implements IPropTelemetryContext {
|
|
108
|
-
// Warning: (ae-forgotten-export) The symbol "IPropertiesConfig" needs to be exported by the entry point applicationinsights-properties-js.d.ts
|
|
109
|
-
constructor(core: IAppInsightsCore, defaultConfig: IPropertiesConfig, previousTraceCtx?: IDistributedTraceContext, unloadHookContainer?: IUnloadHookContainer);
|
|
110
|
-
// (undocumented)
|
|
111
|
-
appId: () => string;
|
|
112
|
-
// (undocumented)
|
|
113
|
-
application: IApplication;
|
|
114
|
-
// (undocumented)
|
|
115
|
-
applyApplicationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
116
|
-
// (undocumented)
|
|
117
|
-
applyDeviceContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
118
|
-
// (undocumented)
|
|
119
|
-
applyInternalContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
120
|
-
// (undocumented)
|
|
121
|
-
applyLocationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
122
|
-
// (undocumented)
|
|
123
|
-
applyOperatingSystemContxt(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
124
|
-
// (undocumented)
|
|
125
|
-
applyOperationContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
126
|
-
// (undocumented)
|
|
127
|
-
applySessionContext(evt: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
128
|
-
// (undocumented)
|
|
129
|
-
applyUserContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
130
|
-
// (undocumented)
|
|
131
|
-
applyWebContext(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
132
|
-
// (undocumented)
|
|
133
|
-
cleanUp(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
134
|
-
// (undocumented)
|
|
135
|
-
device: IDevice;
|
|
136
|
-
// (undocumented)
|
|
137
|
-
getSessionId: () => string;
|
|
138
|
-
// (undocumented)
|
|
139
|
-
internal: IInternal;
|
|
140
|
-
// (undocumented)
|
|
141
|
-
location: ILocation;
|
|
142
|
-
// (undocumented)
|
|
143
|
-
os: IOperatingSystem;
|
|
144
|
-
// (undocumented)
|
|
145
|
-
session: ISession;
|
|
146
|
-
// (undocumented)
|
|
147
|
-
sessionManager: SessionManager;
|
|
148
|
-
// (undocumented)
|
|
149
|
-
telemetryTrace: ITelemetryTrace;
|
|
150
|
-
// (undocumented)
|
|
151
|
-
user: IUserContext;
|
|
152
|
-
// (undocumented)
|
|
153
|
-
web: IWeb;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
// @public (undocumented)
|
|
157
|
-
export class TelemetryTrace implements ITelemetryTrace {
|
|
158
|
-
constructor(id?: string, parentId?: string, name?: string, logger?: IDiagnosticLogger);
|
|
159
|
-
// (undocumented)
|
|
160
|
-
name: string;
|
|
161
|
-
// (undocumented)
|
|
162
|
-
parentID: string;
|
|
163
|
-
// (undocumented)
|
|
164
|
-
traceFlags: number;
|
|
165
|
-
// (undocumented)
|
|
166
|
-
traceID: string;
|
|
167
|
-
// (undocumented)
|
|
168
|
-
traceState: ITraceState;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
// (No @packageDocumentation comment for this package)
|
|
172
|
-
|
|
173
|
-
```
|