4.3.0
What's Changed
#50 export typescript types in package.json by @RikSchefferAmsterdam in #50
#51 [pre-release] update application insights to 3.3.0
- Adds support to internally defer initialization completion of the SDK while waiting for the connectionString, instrumentationKey or endpointURL to be resolved via a Promise.
- During this period the SDK will not send any telemetry, and it will be internally batched if the promise(s) never resolve then the telemetry will be dropped.
Potential breaking change (from @microsoft/applicationInsights-web v3.3.0)
This release contains a potential break change due to enhancing the definition of the IConfiguration to support Promise types for the connectionString, instrumentationKey and endpointURL; any extension that relies on these base interfaces will VERY likely cause TypeScript to fail with potential warnings about the types being different.
New Contributors
- @RikSchefferAmsterdam made their first contribution in #50
Full Changelog: 4.2.0...4.3.0