Contents

swift-otel/swift-w3c-trace-context

A Swift implementation of the [W3C Trace Context](https://www.w3.org/TR/trace-context-1/) standard.

Documentation

Our documentation is hosted on the Swift Package Index.

Contributing

Please make sure to run ./scripts/soundness.sh when contributing. It checks formatting and similar things.

You can ensure it always runs and passes before you push by installing a pre-push hook with git:

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

Package Metadata

Repository: swift-otel/swift-w3c-trace-context

Default branch: main

README: README.md