github DataDog/dd-sdk-ios 1.3.0-beta2

latest releases: 2.21.0, 2.20.0, 2.19.0...
pre-release4 years ago

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 parent span to its children.

Bug Fixes

  • Fixed a set of NSFileHandle crashes on iOS 13.0 - 13.3 in -beta1 (#152) caused by Apple bug.

Upgrade From 1.3.0-beta1

  • Starting from -beta2, we embed the Open Tracing interfaces in Datadog module (#154). DDTracer is renamed to Tracer:
import Datadog

Global.sharedTracer = Tracer.initialize(...)
  • This (#154) also means less hassle in Podfile as now it only requires pod DatadogSDK.

More in iOS Trace Collection guide.

Don't miss a new dd-sdk-ios release

NewReleases is sending notifications on new releases.