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

45 lines
641 B
Markdown
Raw Normal View History

# Changelog
## 1.0.0
### Fixes
* Prevent attempting to record an exception when no active span present
* Only mark 5xx level status codes as errored
2022-01-05 01:58:06 +00:00
## 1.0.0-rc.7
### Changed
* Opentelemetry 1.0 support
## 1.0.0-rc.6
### Changed
* Opentelemetry 1.0.0-rc.4 support
### Fixes
* pass attributes on span start for better sampling options
* fix http status attribute to match spec
## 1.0.0-rc.4
### Changed
* Opentelemetry dependency is locked to rc2 or lower in prep for breaking changes in rc3
## 1.0.0-rc.3
### Changed
* Update dependencies to allow telemetry 1.0.0
## 0.2.0
### Changed
* Upgraded to Opentelemetry v0.5.0