Skip to content

Releases: hyperf/tracer

Release v2.2.17

Choose a tag to compare

@github-actions github-actions released this 22 Nov 02:06
Release v2.2.17 (#4272)

Release v2.2.9

Choose a tag to compare

@github-actions github-actions released this 22 Sep 02:38
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

Choose a tag to compare

@github-actions github-actions released this 19 Jul 05:38
Update `branch-alias` to `2.2-dev` in `composer.json`

Release v2.2.0-beta2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 16:58
php8 attribute annotation

Release v2.2.0-beta1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 02:41
Optimized all composer.json (#3569)

* Optimized all composer.json

* Update package-lock.json

Release v2.1.5

Choose a tag to compare

@github-actions github-actions released this 01 Feb 03:42
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

Choose a tag to compare

@github-actions github-actions released this 18 Jan 02:13
Fixed `tracer` does not works in hyperf v2.1 (#3070)

Release v2.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Dec 01:59
Changed branch-alias of `dev-master` to `2.1-dev` (#3038)

* Update branch-alias

* Update composer.json

Release v2.0.25

Choose a tag to compare

@github-actions github-actions released this 27 Dec 05:24
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: 李铭昕 <715557344@qq.com>

Release v2.1.0-beta3

Choose a tag to compare

@github-actions github-actions released this 25 Dec 04:00
Optimized code for prometheus which support `https` not only `http`. …