Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.08 KB

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