Releases: microsoft/ApplicationInsights-JS
Releases · microsoft/ApplicationInsights-JS
v0.22.19
v0.22.17
v0.22.14
- #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
v0.22.8
v0.22.7
v0.22.6
- 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
- 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
- introduced sampling functionality
- minor fixes