Releases: honeycombio/honeycomb-opentelemetry-swift
Releases · honeycombio/honeycomb-opentelemetry-swift
v0.0.2-alpha
What's Changed
💡 Enhancements
- feat(processors): Add baggage span processor by @martin308 in #15
- feat(samplers): Add deterministic sampler by @martin308 in #17
- feat: SwiftUI View Rendering Instrumentation by @MustafaHaddara in #20
- feat: Implement URLSession auto-instrumentation. by @beekhc in #21
- feat: UIKit Navigation instrimentation by @arriIsHere in #22
- feat: instrumented NavigationStack in SwiftUI by @MustafaHaddara in #23
- feat: add UIKit touch auto-instrumentation by @beekhc in #25
- feat: UIKit instrumentation now sets the current view by @MustafaHaddara in #26
🤷 Other Changes
- docs(swift): Update the README and CHANGELOG. by @beekhc in #14
- chore(codeowners): update code owners by @martin308 in #18
- feat(debug): Add configuration debug statements by @arriIsHere in #19
- fix: Auto-select the SDK when running smoke tests. by @beekhc in #24
New Contributors
- @martin308 made their first contribution in #15
- @arriIsHere made their first contribution in #19
- @MustafaHaddara made their first contribution in #20
Full Changelog: v0.0.1-alpha...v0.0.2-alpha
v0.0.1-alpha
Initial experimental release.
New Features
- Easy configuration of OpenTelemetry SDK.
- Automatic MetricKit collection.