Skip to content

15.3.0

Compare
Choose a tag to compare
@siyuniu-ms siyuniu-ms released this 02 Jul 23:29
· 13 commits to main since this release
d030b2b

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

Full Changelog: 15.2.0...15.3.0