This beta brings more to Distributed Tracing for iOS apps 🚀.
Features
- The
span.setBaggageItem(key:value:)
is now available (#144). This enables attributes propagation from parentspan
to its children.
Bug Fixes
Upgrade From 1.3.0-beta1
- Starting from
-beta2
, we embed the Open Tracing interfaces inDatadog
module (#154).DDTracer
is renamed toTracer
:
import Datadog
Global.sharedTracer = Tracer.initialize(...)
- This (#154) also means less hassle in
Podfile
as now it only requirespod DatadogSDK
.
More in iOS Trace Collection guide.