This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Releases: microsoft/ApplicationInsights-PHP
Releases · microsoft/ApplicationInsights-PHP
Version 0.4.5
- Fix issue with
trackMetric
- Allow to gzip telemetry
Version 0.4.4
- Initialize
name
and operation id for requests telemetry. - Updated to the latest schemas. Few properties are no longer available.
- Enum
Dependency_Type
andasync
argument ofTrackDependency
were removed. - New event type
Availability_Data
. - Use
Cloud
context instead ofDevice
context to set role name and role instance of an application.
Version 0.4.3
- 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
Improvements to tests.
Releasing latest pull requests
Adding support for message severity and authenticated user id as well as updating Guzzle versions.
Adding support the Dependency data type
Merge pull request #24 from artberri/track-dependency Support for the TrackDependency method of Telemetry Client
Dependencies update
Needed to update the dependencies of the project.
Bug Fixes
A bug fix for multiple flush() calls on the same TelemetryClient
Bug Fixes
Small fixes to coincide with changes to the endpoint.
Adding Begin/End Methods for Request data type
Includes other bugs and test fixes.