Skip to content

tachyonics/swift-otel-xray

 
 

Repository files navigation

X-Ray Support for OpenTelemetry Swift

CI Swift support Made for Swift Distributed Tracing

This library adds support for AWS X-Ray to OpenTelemetry Swift.

Development

Formatting

To ensure a consitent code style we use SwiftFormat. To automatically run it before you push to GitHub, you may define a pre-push Git hook executing the soundness script:

echo './scripts/soundness.sh' > .git/hooks/pre-push
chmod +x .git/hooks/pre-push

Releases

No releases published

Packages

No packages published

Languages

  • Swift 83.6%
  • Shell 16.4%