Bryan Naegele fb2595d2fb
Do not attempt to end a span if ctx wasn't found (#59)
* Do not attempt to end a span if ctx is undefined
2022-01-05 10:23:10 -07:00

38 lines
557 B
Markdown

# Changelog
## Unreleased
### Fixes
* Do not attempt to end a span with if the ctx is undefined.
## 1.0.0-beta.7
### Changes
* OpenTelemetry 1.0 support
## 1.0.0-beta.6
### Changes
* OpenTelemetry 1.0.0-rc.4 support
## 1.0.0-beta.4
### Changes
* OpenTelemetry 1.0.0-rc.3 support
## 1.0.0-beta.3
### Changes
* telemetry v1.0.0 required
## 1.0.0-beta.2
### Breaking Changes
* The internal ctx handling mechanisms have been removed from the public API and replaced with more meaningful span operation functions to provide better abstractions