Update slashmo/swift-otel dependency. (#13)
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:
pre-push
echo './scripts/soundness.sh' > .git/hooks/pre-push chmod +x .git/hooks/pre-push
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
X-Ray Support for OpenTelemetry Swift
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: