Skip to content

2.5.7

Compare
Choose a tag to compare
@MSNev MSNev released this 06 Aug 21:32
· 454 commits to master since this release
509df92

Changelog

  • #1335 Add Performance / Testing support
    • Added IPerfManager and IPerfEvent interfaces to allow performance review / monitoring of the internal operations
  • #1334 [BUG] Getting XMLHttpRequest and XDomainRequest is not defined errors for gatsby environment
  • #1333 [BUG] DebugPlugin various updates
  • #1331 AppInsightsCore: Enable setting NotificationManager during initialization
    • #1076 Refactor code to provide better tree shaking and minification of generated code
    • Updated Sender and support classes to move all private properties and methods into constructor closure
  • #1328 applicationinsights-debugplugin-js: fixed various issues and updating to beta-2
  • #1323 Add Retry as a SendRequestReason
  • #1324[BUG] Type 'ReactNativePlugin' is not assignable to type 'ITelemetryPlugin'
    • Refactored the Plugin to extend BaseTelemetryPlugin (part of the #1076 work)
  • #1321 [BUG] @microsoft/applicationinsights-web fails to initialize with latest version
  • #1319 fix incorrect references to configuration parameter names
  • #1316 Update dependency version of DynamicProto
    • Move all private properties and methods into constructor closure
    • #1316 Update dependency version of DynamicProto

Updated React plugin to v3.0.2

  • Update Core dependency to ^2.5.7 Core changes
  • #1335 Add Performance / Testing support
    • Added IPerfManager and IPerfEvent interfaces to allow performance review / monitoring of the internal operations

Updated React Native plugin to v2.2.6

  • Update Core dependency to ^2.5.7 Core changes
  • #1335 Add Performance / Testing support
    • Added IPerfManager and IPerfEvent interfaces to allow performance review / monitoring of the internal operations
  • #1324 [BUG] Type 'ReactNativePlugin' is not assignable to type 'ITelemetryPlugin'
    • Refactored the Plugin to extend BaseTelemetryPlugin (part of the #1076 work)
  • #1076 Refactor code to provide better tree shaking and minification of generated code
    • Move all private properties and methods into constructor closure
    • #1316 Update dependency version of DynamicProto