github microsoft/ApplicationInsights-JS 3.0.6

latest releases: 3.3.3, 3.3.2, 3.3.1...
9 months ago

This release fixes an issue with the sendBeacon usage during page unload, where the SDK was not correctly splitting the payload into multiple requests when the payload size exceeded the maximum allowed size for a single request. This issue was introduced in the 3.0.4 release and only affects the sendBeacon usage during page unload, it does not affect the fetch usage during page unload.

Changelog

  • #2195 [BUG] Beacon sender causes flood of thousands of requests on page unload
  • #2201 [BUG] applicationinsights.azure.com/v2/track making hundreds of thousands of requests when third party cookies are disabled
  • #2205 [BUG] Duplicate customEvent entries
  • #2204 [BUG] Beacon sender reports error for success when diagnostics are enabled

What's Changed

  • [Main][Task]26079397: Add disableBeaconSplit sender config and fix potential duplicated events during unload/fallback sender (#2208) by @MSNev in #2210
  • [Release-3.0][Release] Increase version to 3.0.6 by @MSNev in #2211

Full Changelog: 3.0.5...3.0.6

Don't miss a new ApplicationInsights-JS release

NewReleases is sending notifications on new releases.