This library adds support for AWS X-Ray to OpenTelemetry Swift.
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