lightstep / lightstep-tracer-objc

The Lightstep distributed tracing library for Objective-C and Swift
https://lightstep.com
MIT License
11 stars 9 forks source link

Improve example #1

Closed bcronin closed 8 years ago

bcronin commented 8 years ago

Summary

Improves the example code included with the iOS library.

ios_example

The HTTP requests are currently all serial and synchronous (as a simple first pass at this code), so the example is not yet done; however, this a significant improvement over the prior very low-quality example.

FYI @djspoons , @bensigelman