Skip to content

Releases: hyperf/tracer

Release v2.2.17

22 Nov 02:06
Compare
Choose a tag to compare
Release v2.2.17 (#4272)

Release v2.2.9

22 Sep 02:38
Compare
Choose a tag to compare
Optimized tag of exception for tracer. (#4082)

* Optimized tag of exception for tracer.

* allow user to change the tags of exception when using tracer.

* Use setTag instead of log.

Release v2.2.0

19 Jul 05:38
Compare
Choose a tag to compare
Update `branch-alias` to `2.2-dev` in `composer.json`

Release v2.2.0-beta2

15 Jun 16:58
Compare
Choose a tag to compare
php8 attribute annotation

Release v2.2.0-beta1

07 Jun 02:41
Compare
Choose a tag to compare
Optimized all composer.json (#3569)

* Optimized all composer.json

* Update package-lock.json

Release v2.1.5

01 Feb 03:42
Compare
Choose a tag to compare
Fixed bug that server crash when tracer flush failed in defer. (#3228)

* Fixed bug that server crash when tracer flush failed in defer.
* Update CHANGELOG-2.1.md

Release v2.1.3

18 Jan 02:13
Compare
Choose a tag to compare
Fixed `tracer` does not works in hyperf v2.1 (#3070)

Release v2.1.0

28 Dec 01:59
Compare
Choose a tag to compare
Changed branch-alias of `dev-master` to `2.1-dev` (#3038)

* Update branch-alias

* Update composer.json

Release v2.0.25

27 Dec 05:24
Compare
Choose a tag to compare
fix: log and tag Throwable in a span (#3011)

* fix: log and tag Throwable in a span

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <[email protected]>

Release v2.1.0-beta3

25 Dec 04:00
Compare
Choose a tag to compare
Optimized code for prometheus which support `https` not only `http`. …

…(#3009)

* Optimized code for prometheus which support `https` not only `http`.

* Update composer.json

* Format code.

Co-authored-by: 李铭昕 <[email protected]>