Skip to content

Releases: microsoft/ApplicationInsights-JS

1.0.14

30 Oct 16:49
2c18768
Compare
Choose a tag to compare
  • #540 Add npm package badge to README
  • #539 Add Travis build status to README
  • #538 Enable Travis-CI (unit tests are now executed for every pull requests)
  • #536 update ts, uglify and fix IE8 issues

1.0.13

06 Oct 18:47
Compare
Choose a tag to compare
  • #530 Add source maps to npm package
  • #526 Do not store authId and accountID in cookies

This is a breaking change for developers who called The setAuthenticatedUserContext method only once (e.g. on the login page) and assumed that all events within the session will have authId.

The setAuthenticatedUserContext method will no longer save authId and accountId in a cookie. To store the information in the cookie and persist IDs between page views you can set storeInCookie = true, or call the method on every page view.

  • #520 Disable Ajax monitoring in IE8 or older

1.0.12

29 Aug 21:02
Compare
Choose a tag to compare
  • #508 Update release script, release 1.0.12
  • #507 Update VNext release script
  • #178 Add support for mapping minified Javascript to source
  • #498 Migrate to grunt build

1.0.11

12 Jul 17:24
Compare
Choose a tag to compare
  • Fix #488 (New 1.0.10 release breaks build)

1.0.10

11 Jul 20:07
Compare
Choose a tag to compare
  • #486 bug(AppInsightsModule): fix window issue during server renders (thanks @MarkPieszak)
  • #477 Allow flush to be sync (thanks @nacjacks)
  • #474 Fix telemetry context function type
  • #473 Log the response code (status) in request onError handler
  • #472 Prevent duplicate data if snippet is inserted twice
  • #471 CORS check should include a port number
  • #470 Allow setting sdk extension name
  • #469 Add a default telemetry initializer to exclude browserLink requests
  • #468 Update track* documentation

1.0.9

08 May 17:33
Compare
Choose a tag to compare
  • #450 Compile ts using alwaysStrict mode
  • #441 Add source maps to un-minified library (ai.js)
  • #440 Explain what verboseLogging does
  • #433 Remove measurements field from MessageData
  • #430 Added Severity level to tracing (thanks @webbes)
  • #424 Provide help on CORS script errors
  • #417 Add correlation headers for request within the same domain
  • #405 Optimize internal logging
  • #404 Remove DataLossAnalyzer and PerfAnalyzer
  • #394 Beacon API support

1.0.8

13 Feb 21:05
Compare
Choose a tag to compare
  • #384 Measure gzipped size of JS script at build time to keep size under control (#402)
  • #388 Don't report page view duration for Googlebot traffic
  • #391 Fix TSLint errors
  • #396 Add disableCorrelationHeaders to IConfig
  • #400 msToTimeSpan handles float numbers
  • #403 fix typo in word - truncated. Thanks @aryee!

1.0.7

20 Jan 17:26
Compare
Choose a tag to compare
  • #378 Don't report duration from Googlebot if it's >= 1h
  • #379 Use secure cookies on https sites

v1.0.6

09 Jan 17:47
Compare
Choose a tag to compare
  • #372 Add target to rdd data, update command name and name for RDD
  • #364 Disable dependency correlation headers
  • #365 Log additional test logs only when there is at least one failure

v1.0.5

05 Dec 21:55
Compare
Choose a tag to compare

Update: We had to rollback this release due to a bug in #333. We will release a fixed version soon. Sorry for any inconvenience.

  • #360 Check if it's safe to call array.concat
  • #355 Add AI-Announcements link
  • #354 Add snippet.js to NPM package
  • #353 Remove http endpoint from ajax.html test
  • #351 Fix firefox on the build machine
  • #350 Don't log buffer errors
  • #349 Add QUnit test execution logs
  • #346 Update E2E tests to use the https endpoint
  • #345 Fix failing unit tests
  • #339 Use performance.now in session class
  • #343 Update maxBatchSize to match the documentation
  • #341 Don't log session storage errors
  • #336 Expose an option to disable cookies
  • #333 Enable correlation headers