opentelemetry-erlang-contrib/instrumentation/opentelemetry_cowboy/CHANGELOG.md

22 lines
279 B
Markdown
Raw Normal View History

# Changelog
## v0.2.1
### Fixes
* Set span kind as server
## v0.2.0
### Fixes
* Handle binary resp_status from Cowboy
* Fix status code attribute naming to match spec
* Only mark 5xx level status codes as errored
2022-01-05 01:58:06 +00:00
## v0.2.0-beta.1
### Changed
2022-01-05 01:58:06 +00:00
* Opentelemetry 1.0 support