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

Releases: microsoft/ApplicationInsights-PHP

Version 0.4.5

26 Apr 05:49
9c6cf3a
Compare
Choose a tag to compare
  • Fix issue with trackMetric
  • Allow to gzip telemetry

Version 0.4.4

05 Sep 21:15
Compare
Choose a tag to compare
  • Initialize name and operation id for requests telemetry.
  • Updated to the latest schemas. Few properties are no longer available.
  • Enum Dependency_Type and async argument of TrackDependency were removed.
  • New event type Availability_Data.
  • Use Cloud context instead of Device context to set role name and role instance of an application.

Version 0.4.3

22 May 18:16
6d56714
Compare
Choose a tag to compare
  • Support tracking Throwable and Error, not only Exceptions.
  • Support for internal context and override of SDK version.
  • Fix duration serialization for trackPageView call.
  • Do not send User-Agent when uploading telemetry to avoid misclassification of server telemetry as client telemetry.

Releasing latest pull requests

25 Jan 02:24
8383318
Compare
Choose a tag to compare

Improvements to tests.

Releasing latest pull requests

19 Sep 21:44
Compare
Choose a tag to compare

Adding support for message severity and authenticated user id as well as updating Guzzle versions.

Adding support the Dependency data type

25 Feb 01:48
Compare
Choose a tag to compare
Merge pull request #24 from artberri/track-dependency

Support for the TrackDependency method of Telemetry Client

Dependencies update

09 Sep 20:08
Compare
Choose a tag to compare

Needed to update the dependencies of the project.

Bug Fixes

10 Mar 15:49
Compare
Choose a tag to compare

A bug fix for multiple flush() calls on the same TelemetryClient

Bug Fixes

01 Feb 22:50
Compare
Choose a tag to compare

Small fixes to coincide with changes to the endpoint.

Adding Begin/End Methods for Request data type

20 Jan 18:58
Compare
Choose a tag to compare

Includes other bugs and test fixes.