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 parentspanto its children.
Bug Fixes
Upgrade From 1.3.0-beta1
- Starting from
-beta2, we embed the Open Tracing interfaces inDatadogmodule (#154).DDTraceris renamed toTracer:
import Datadog
Global.sharedTracer = Tracer.initialize(...)- This (#154) also means less hassle in
Podfileas now it only requirespod DatadogSDK.
More in iOS Trace Collection guide.