Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Releases: microsoft/ApplicationInsights-Ruby

v0.5.6

02 May 09:15
8d3cf66
Compare
Choose a tag to compare
  • Expose request id to parent Rack application when using ApplicationInsights::Rack::TrackRequest middleware through env['ApplicationInsights.request.id'].
  • Implement operation context functionality for ApplicationInsights::Rack::TrackRequest.
  • Add functionality to accept a Request-Id header for telemetry correlation.
  • Add operation context to request tracking middleware.

Version 0.5.5

26 Apr 16:32
Compare
Choose a tag to compare
  • Add some basic logging when failed to send telemetry to the server
  • Add timestamp as an optional parameter to the TelemetryChannel::write() method