Skip to content

Releases: microsoft/ApplicationInsights-JS

2.0.0-rc4

24 Apr 17:12
19611e0
Compare
Choose a tag to compare
2.0.0-rc4 Pre-release
Pre-release
  • #839 Add missing rollup setting to Core's config
  • #840 Add Exception Part B to/from interface
  • #842 move isCookieUseDisabled to CoreUtils
  • #844 Add missing deviceClass lookup in Channel's Envelope Creator (Fixes missing client_Type)

2.0.0-rc3

16 Apr 19:16
dcfe5c3
Compare
Choose a tag to compare
2.0.0-rc3 Pre-release
Pre-release
  • #827 fix autoTrackPageVisitTime configuration option
  • #829 fix sessionStorage usage not honoring nameSession config value
  • #831 fix fields that are truncated by the sanitizer are now logged to console untruncated
  • #833 fix React Native isOnline check for retrying telemetry
  • #836 fix duration not appearing in some pageView telemetry
  • #825 move exception part B creation from channel to analytics plugin

2.0.0-rc1

02 Apr 00:37
a7f7fdc
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

npm i @microsoft/applicationinsights-web

  • #819 Custom Properties can be sent as objects instead of only primitive types. They will be stringified and will be parsed correctly as objects in the Azure Portal.
  • #819 Automatically track referral URI on pageViews
  • #760 Correctly label autocollected fetch requests as "Fetch" in Azure
  • #786 Add trace extension
  • #771 Export Operation so user can refresh context when necessary (e.g. for SPA applications)

Breaking changes in Beta SDK

14 Jan 14:32
8223a75
Compare
Choose a tag to compare
Pre-release
npm install @microsoft/applicationinsights-web

Update has been published to https://az416426.vo.msecnd.net/next/ai.1.min.js.
This does not impact users currently on existing Production SDK version 1.0 (verison 1.0.20 is latest).

If you are on version 2.0.1-beta and downloading SDK from location https://az416426.vo.msecnd.net/beta/ai.1.min.js, please prepare an update for SDK usage for following changes to be able to use latest version (available at https://az416426.vo.msecnd.net/next/ai.1.min.js). Further beta updates will be to file next/ai.1.min.js

Breaking changes with respect to version in /beta/ai.1.min.js:

  1. Field renames in type passed in for trackDependencyData.
  2. Field renames in ITelemetryItem (this may not impact depending on usage)
  3. Snippet updated (please use latest snippet from here)

New release features:

  1. Changes from data schema reviews.
  2. Bug fixes.
  3. Ability to test new beta SDK (2.0.2-beta) if you are on production SDK version (1.0) with no code changes Readme V2

If you have not done so already, please subscribe to releases to the repo for release notifications from the application insights Javascript SDK.
image

2.0.1-beta version for application insights JS SDK

02 Oct 07:36
d06932a
Compare
Choose a tag to compare

This is a first beta release of the application insights javascript SDK version 2.0. The new SDK is based on plugin architecture and built of separate extensions each of which encapsulates separate SDK functionality. Some capabilities include:

  1. Ability to build your own custom SKU using extensions that you need.
  2. Load extensions into one of our standard SKUs (initially single SKU is available).
  3. Continue supporting existing infrastructure to add telemetry processors.

This first beta release provides the CDN load approach for the standard SKU that will be offered. This SKU matches parity with current SKU of the Application Insights Javascript SDK. Some apis have breaking changes readme-v2.md

1.0.20

27 Aug 20:52
4587e0c
Compare
Choose a tag to compare

Remove support for tracking dependency through fetch api. Fetch api is promise based and older versions IE (< 10) do not have support for javascript promise. This caused script load issues. Consumers requiring instrumentation for dependency tracking through fetch api need can track this through trackDependency api in the SDK.

Version 1.0.19

24 Aug 12:26
05cca9c
Compare
Choose a tag to compare

Release contains the following:

  1. Add support for tracking dependencies done via fetch api. Feature needs to be enabled through configuration. Thank you @MaximBalaganskiy for this contribution.
  2. Bug fixes for build issues in typescript #615
  3. Improve unit test coverage

1.0.18

06 Jun 22:34
Compare
Choose a tag to compare
  • Bug fix to remove exception with parsing response from ingestion endpoint (breeze).
  • Enable cross domain correlation functionality (between server requests and AJAX calls).

1.0.17

16 May 12:50
180866e
Compare
Choose a tag to compare

Hotfix for bug where data ingestion was not working for vortex endpoint in 1.0.16.

1.0.16

15 May 22:08
a9b45b6
Compare
Choose a tag to compare

Assets

#565
#566

Add support for correlation across services instrumented with Application insights (feature not enabled in this release)