15.3.0
Changelog
- #172 [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.
- #170 cleanup the sample angular application
- #171 Bump braces from 3.0.2 to 3.0.3
- #175 [Release] Increase version to 15.3.0
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
- @noureddine-taleb made their first contribution in #170
Full Changelog: 15.2.0...15.3.0