@microsoft/applicationinsights-channel-js 3.0.0-beta.2303-11 → 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/applicationinsights-channel-js.3.0.0-beta.2304-07.cjs.js +5768 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.cjs.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.cjs.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.cjs.min.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.gbl.js +5772 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.gbl.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.gbl.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.gbl.min.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.integrity.json +66 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.js +5774 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.0.0-beta.2304-07.min.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.cjs.js +5768 -0
- package/browser/es5/applicationinsights-channel-js.3.cjs.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.cjs.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.cjs.min.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.gbl.js +5772 -0
- package/browser/es5/applicationinsights-channel-js.3.gbl.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.gbl.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.gbl.min.js.map +1 -0
- package/{dist/applicationinsights-channel-js.js → browser/es5/applicationinsights-channel-js.3.js} +875 -829
- package/browser/es5/applicationinsights-channel-js.3.js.map +1 -0
- package/browser/es5/applicationinsights-channel-js.3.min.js +6 -0
- package/browser/es5/applicationinsights-channel-js.3.min.js.map +1 -0
- package/{browser → dist/es5}/applicationinsights-channel-js.js +874 -828
- package/dist/es5/applicationinsights-channel-js.js.map +1 -0
- package/dist/es5/applicationinsights-channel-js.min.js +6 -0
- package/dist/es5/applicationinsights-channel-js.min.js.map +1 -0
- package/{dist-esm → dist-es5}/EnvelopeCreator.js +2 -2
- package/{dist-esm → dist-es5}/EnvelopeCreator.js.map +1 -1
- package/{dist-esm → dist-es5}/Interfaces.js +1 -1
- package/{dist-esm → dist-es5}/InternalConstants.js +1 -1
- package/{dist-esm → dist-es5}/Offline.js +8 -7
- package/dist-es5/Offline.js.map +1 -0
- package/{dist-esm → dist-es5}/SendBuffer.js +1 -1
- package/{dist-esm → dist-es5}/Sender.js +6 -4
- package/dist-es5/Sender.js.map +1 -0
- package/{dist-esm → dist-es5}/Serializer.js +1 -1
- package/{dist-esm → dist-es5}/TelemetryProcessors/Sample.js +1 -1
- package/{dist-esm → dist-es5}/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js +1 -1
- package/{dist-esm → dist-es5}/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js +1 -1
- package/{dist-esm → dist-es5}/__DynamicConstants.js +2 -1
- package/dist-es5/__DynamicConstants.js.map +1 -0
- package/{dist-esm → dist-es5}/applicationinsights-channel-js.js +1 -1
- package/package.json +17 -16
- package/tsconfig.json +5 -4
- package/types/applicationinsights-channel-js.d.ts +284 -1
- package/{dist/applicationinsights-channel-js.d.ts → types/applicationinsights-channel-js.namespaced.d.ts} +1 -1
- package/browser/applicationinsights-channel-js.integrity.json +0 -26
- package/browser/applicationinsights-channel-js.js.map +0 -1
- package/browser/applicationinsights-channel-js.min.js +0 -6
- package/browser/applicationinsights-channel-js.min.js.map +0 -1
- package/dist/applicationinsights-channel-js.api.json +0 -1357
- package/dist/applicationinsights-channel-js.api.md +0 -60
- package/dist/applicationinsights-channel-js.js.map +0 -1
- package/dist/applicationinsights-channel-js.min.js +0 -6
- package/dist/applicationinsights-channel-js.min.js.map +0 -1
- package/dist/applicationinsights-channel-js.rollup.d.ts +0 -285
- package/dist-esm/Offline.js.map +0 -1
- package/dist-esm/Sender.js.map +0 -1
- package/dist-esm/__DynamicConstants.js.map +0 -1
- package/src/EnvelopeCreator.ts +0 -351
- package/src/Interfaces.ts +0 -114
- package/src/InternalConstants.ts +0 -11
- package/src/Offline.ts +0 -106
- package/src/SendBuffer.ts +0 -396
- package/src/Sender.ts +0 -1256
- package/src/Serializer.ts +0 -177
- package/src/TelemetryProcessors/Sample.ts +0 -49
- package/src/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.ts +0 -37
- package/src/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.ts +0 -35
- package/src/__DynamicConstants.ts +0 -64
- package/src/applicationinsights-channel-js.ts +0 -1
- package/types/EnvelopeCreator.d.ts +0 -12
- package/types/Interfaces.d.ts +0 -95
- package/types/InternalConstants.d.ts +0 -1
- package/types/Offline.d.ts +0 -10
- package/types/SendBuffer.d.ts +0 -73
- package/types/Sender.d.ts +0 -84
- package/types/Serializer.d.ts +0 -9
- package/types/TelemetryProcessors/Sample.d.ts +0 -12
- package/types/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.d.ts +0 -5
- package/types/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.d.ts +0 -5
- package/types/__DynamicConstants.d.ts +0 -52
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm → dist-es5}/Interfaces.js.map +0 -0
- /package/{dist-esm → dist-es5}/InternalConstants.js.map +0 -0
- /package/{dist-esm → dist-es5}/SendBuffer.js.map +0 -0
- /package/{dist-esm → dist-es5}/Serializer.js.map +0 -0
- /package/{dist-esm → dist-es5}/TelemetryProcessors/Sample.js.map +0 -0
- /package/{dist-esm → dist-es5}/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js.map +0 -0
- /package/{dist-esm → dist-es5}/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js.map +0 -0
- /package/{dist-esm → dist-es5}/applicationinsights-channel-js.js.map +0 -0
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
## API Report File for "@microsoft/applicationinsights-channel-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 { IChannelControls } from '@microsoft/applicationinsights-core-js';
|
|
10
|
-
import { IConfig } from '@microsoft/applicationinsights-common';
|
|
11
|
-
import { IConfiguration } from '@microsoft/applicationinsights-core-js';
|
|
12
|
-
import { IDiagnosticLogger } from '@microsoft/applicationinsights-core-js';
|
|
13
|
-
import { IEnvelope } from '@microsoft/applicationinsights-common';
|
|
14
|
-
import { IPlugin } from '@microsoft/applicationinsights-core-js';
|
|
15
|
-
import { IProcessTelemetryContext } from '@microsoft/applicationinsights-core-js';
|
|
16
|
-
import { ISample } from '@microsoft/applicationinsights-common';
|
|
17
|
-
import { ITelemetryItem } from '@microsoft/applicationinsights-core-js';
|
|
18
|
-
import { ITelemetryPluginChain } from '@microsoft/applicationinsights-core-js';
|
|
19
|
-
import { SendRequestReason } from '@microsoft/applicationinsights-core-js';
|
|
20
|
-
|
|
21
|
-
// @public (undocumented)
|
|
22
|
-
export class Sender extends BaseTelemetryPlugin implements IChannelControls {
|
|
23
|
-
constructor();
|
|
24
|
-
addHeader(name: string, value: string): void;
|
|
25
|
-
_appId: string;
|
|
26
|
-
// Warning: (ae-forgotten-export) The symbol "ISendBuffer" needs to be exported by the entry point applicationinsights-channel-js.d.ts
|
|
27
|
-
_buffer: ISendBuffer;
|
|
28
|
-
// (undocumented)
|
|
29
|
-
static constructEnvelope(orig: ITelemetryItem, iKey: string, logger: IDiagnosticLogger, convertUndefined?: any): IEnvelope;
|
|
30
|
-
flush(): void;
|
|
31
|
-
// (undocumented)
|
|
32
|
-
readonly identifier: string;
|
|
33
|
-
// (undocumented)
|
|
34
|
-
initialize(config: IConfiguration & IConfig, core: IAppInsightsCore, extensions: IPlugin[], pluginChain?: ITelemetryPluginChain): void;
|
|
35
|
-
_onError(payload: string[], message: string, event?: ErrorEvent): void;
|
|
36
|
-
// Warning: (ae-forgotten-export) The symbol "IBackendResponse" needs to be exported by the entry point applicationinsights-channel-js.d.ts
|
|
37
|
-
_onPartialSuccess(payload: string[], results: IBackendResponse): void;
|
|
38
|
-
_onSuccess(payload: string[], countOfItemsInPayload: number): void;
|
|
39
|
-
onunloadFlush(): void;
|
|
40
|
-
pause(): void;
|
|
41
|
-
// (undocumented)
|
|
42
|
-
readonly priority: number;
|
|
43
|
-
// (undocumented)
|
|
44
|
-
processTelemetry(telemetryItem: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
|
|
45
|
-
resume(): void;
|
|
46
|
-
// (undocumented)
|
|
47
|
-
protected _sample: ISample;
|
|
48
|
-
// Warning: (ae-forgotten-export) The symbol "SenderFunction" needs to be exported by the entry point applicationinsights-channel-js.d.ts
|
|
49
|
-
_sender: SenderFunction;
|
|
50
|
-
// Warning: (ae-forgotten-export) The symbol "ISenderConfig" needs to be exported by the entry point applicationinsights-channel-js.d.ts
|
|
51
|
-
readonly _senderConfig: ISenderConfig;
|
|
52
|
-
triggerSend(async?: boolean, forcedSender?: SenderFunction, sendReason?: SendRequestReason): void;
|
|
53
|
-
// Warning: (ae-forgotten-export) The symbol "XDomainRequest" needs to be exported by the entry point applicationinsights-channel-js.d.ts
|
|
54
|
-
_xdrOnLoad(xdr: XDomainRequest, payload: string[]): void;
|
|
55
|
-
_xhrReadyStateChange(xhr: XMLHttpRequest, payload: string[], countOfItemsInPayload: number): void;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
// (No @packageDocumentation comment for this package)
|
|
59
|
-
|
|
60
|
-
```
|