Skip to content

Releases: microsoft/ApplicationInsights-JS

v0.22.19

09 Jun 17:40
Compare
Choose a tag to compare
  • #221: npm package is a bit of a mess
  • #223: make sdk version previx lowercase
  • #227: including AppInsightsModule.js to NPM

v0.22.17

02 Jun 17:07
Compare
Choose a tag to compare
  • #207 Simplifying importing AppInsights as module, adding TS interfaces for public types
  • #203 Reference TS compiler in tests, removing hardcoded VS version
  • #201 Allow passing severityLevel in trackException

v0.22.14

18 May 17:03
Compare
Choose a tag to compare
  • #189 Session storage send buffer . Session storage buffer is disabled by default. It can be enabled with enableSessionStorageBuffer
  • #194 Required field is set to not_specified if a value is missing
  • #192 Log verb (GET, POST,...) as part of dependency name
  • #190 Show AI internal traces in console only when verboseLogging is enabled

v0.22.9

22 Mar 21:28
Compare
Choose a tag to compare
  • SessionState should be removed #158
  • Can't send exceptions with empty method #155

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