Skip to content

Releases: microsoft/ApplicationInsights-JS

v0.22.8

15 Mar 20:11
Compare
Choose a tag to compare
  • #121 Add ability to set the session cookie's domain
  • #152 Telemetry not sent in IE restricted mode

v0.22.7

15 Mar 18:17
Compare
Choose a tag to compare
  • #134 startTrackPage and stopTrackPage are missing in API reference
  • #139 IConfig.appUserId appears to be unused?
  • #144 Page crash iOS Safari in Private mode: infinite loop SessionStorage read warning

v0.22.6

26 Feb 17:15
Compare
Choose a tag to compare
  • Enabled correlation between Ajax calls and Server requests. In UI open Dependency (AJAX) details blade and you'll see a new button "Server request for this ajax call". (This requires using .net web sdk beta-4 or newer)
  • Improved internal error reporting - internal data is reduced to 1 unique message per browser session to prevent pollution of data with internal errors
  • Minor bug fixes

v0.21.5

13 Jan 22:23
Compare
Choose a tag to compare
  • Added monitoring of ajax calls
  • Extended trackPageView() to take page view duration as a parameter
  • Fixed start/stopTrackEvent() to automatically calculate duration and report it as a custom property
  • Disabled automatic collection of screen resolution and locale (see microsoft/ApplicationInsights-Announcements#5)
  • New 'overridePageViewDuration' config parameter setting page view duration to the time from page load start to the call to trackPageView(). (By default page view duration is set to page load time using window.navigation.timing API).

We also enabled gzip compression for JSSDK CDN, ai.0.js is about 15KB now.

0.18.0

05 Oct 21:14
Compare
Choose a tag to compare
  • introduced sampling functionality
  • minor fixes

0.17.0

26 Aug 19:49
Compare
Choose a tag to compare
  • implemented telemetry initializers (#11)
  • fixed calculation of page view duration
  • improved docs - api reference and readme
  • added bower and npm configs

v0.16.20150806.0

07 Aug 15:31
Compare
Choose a tag to compare
  • Improvements in page load time calculation - now synchronized with page view performance "total" metric to stop confusion between those two
  • Improved documentation: added API reference and wiki pages
  • Fixed bug in session calculation when the app is not touched more than 24 hours

v0.15.20150721.5

21 Jul 20:32
Compare
Choose a tag to compare
  • Improved error reporting
  • Fix bug with sending expired sessions

v0.15.20150709.2

09 Jul 20:18
Compare
Choose a tag to compare
  • Support for flushing pending events before navigation away
  • JavaScript and TypeScript NuGets are now placed in separate folders
  • Update to .gitignore

v0.15.20150630.5

30 Jun 21:48
Compare
Choose a tag to compare
  • Added throttling for internal traces
  • Support for E2E tests
  • Better tracing of unhandled exceptions
  • Minor improvements for running unit-tests with IISExpress