Skip to content

2.5.6

Compare
Choose a tag to compare
@MSNev MSNev released this 06 Jul 21:21
· 468 commits to master since this release
692f6fb

New (Beta) extension applicationinsights-debugplugin-js

  • Created the initial extension to help developers understand, track, visualize and fix issues with events.
  • This extension injects UI objects onto your page and details for the component is available at https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-debugplugin-js
  • This is a beta release so the UI, config etc are not yet complete, feedback for features, suggestions or changes are welcome -- please create an Issue
  • The detailed view is still under construction and contains known bugs, these will be addressed in the next few months (releases) as we build out the module. We originally had not planed to have any detailed view as part of this initial beta release.

Changelog

  • #1311 Allow the generated modules to extend the namespace defined by "name" in rollup config -- rather than always replace.
    • Changes the way the "Microsoft.ApplicationInsights" is defined for each module to all modules to be added to the same namespace
  • #1309 When using prototype js the SessionStorage become corrupted causing requests internal exceptions
  • #1303 Task 7027291: Investigate CDN Configuration to support custom domain (automate CDN deployment scripts)
  • #1299 Releasing core queue as soon as possible (fixes lost events from page load immediate unload with no additional events)
  • #1297 Created initial applicationinsights-debugplugin-js
  • #1289 [Documentation] doc: SPO set up instruction
  • #1286 [Documentation] Update JS SDK Snippet documentation with bug fixes (new v4 snippet)
  • #1283 [BUG] (Snippet v3) AppInsights stub methods captured incorrect method names in the closure
  • #1262 [BUG] Custom properties added with addTelemetryInitializer are ignored for exceptions
  • #1245 React Native - AI (Internal): 19 message: "Could not add handler for beforeunload and pagehide"
    • Add isReactNative() function for detecting the runtime environment
  • #1095 Add an Error Boundary to the React plugin
  • #1089 Blocking certain URIs/Patterns from fetch tracking (patch included)
    • Added new config 'correlationHeaderExcludePatterns' to allow disabling correlation headers using regular expressions

Updated React plugin to v3.0.1

  • #1311 Allow the generated modules to extend the namespace defined by "name" in rollup config -- rather than always replace.
    • Changes the way the "Microsoft.ApplicationInsights" is defined for each module to all modules to be added to the same namespace

Update applicationinsights-rollup-es3 to v1.1.2

  • #1311 Allow the generated modules to extend the namespace defined by "name" in rollup config -- rather than always replace.