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

Tags: census-instrumentation/opencensus-php

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add PHP 8 compatibility (#270)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: PHP 7.4 Compatibility Fix (#259)

- fixes `Deprecated: Array and string offset access syntax with curly braces is deprecated in...`

v0.5.2

Toggle v0.5.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Prepare 0.5.2 (#203)

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare 0.5.1 (#193)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Extract exporters (#175)

* Remove Stackdriver/Zipkin exporters. Update README

* Update links. Remove google/cloud-trace dev dep.

* Add suggestions for the other exporters

* Fix url to api docs

* Put the mock_error_log back

* guzzle 5 does not have psr7 as a dependency

* Fix GitHub org link for the exporters

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump v0.4.3 (#169)

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version bump v0.4.2 (#166)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ExtensionTracer should set traceId on spans (#157)

* Failing test for extension not preserving traceId

* ExtensionTracer correctly sets traceId on returned spans

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare PECL 0.2.0 (#155)

* Prepare PECL 0.2.0

* Fix time

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify quickstart (#142)

* Simplify silex example for use as quickstart

* Update silex README with updates