Skip to content

1.0.5 (beta)

Compare
Choose a tag to compare
@nachoBonafonte nachoBonafonte released this 20 Sep 11:45
· 487 commits to main since this release
fdc77fd

Package

  • Remove some third party dependencies that are now included with the library code #236

General

  • Add support for Swift async/await and structured concurrency #230
  • Fix support for macCatalyst target environment that was broken from two last releases #226

Zipkin exporter

  • Fix Zipkin exporter's treatment of status to follow the spec #232

Datadog Exporter

  • Updated to intake v2, it support both apiKey and clientToken for traces and logs #227

URLSessionInstrumentation

  • Fix creating duplicated spans with iOS < 13 #231
  • Delegate calls were not being properly called when running in iOS < 13 #231
  • Payload was not being recorded with some code paths #231
  • URLRequest are not modified if tracing headers are not injected #231
  • Fix a thread race condition #235

OpenTelemetryProtocol (OTLP) Sample

  • New sample code that uses the OTLP Exporter to send traces and metrics to otel-collector which is configured to export traces to zipkin and metrics to prometheus respectively. #228