Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a
tracing
layer doing JSON output and Sentry at once
Using composition to chain the JSON output and the Sentry layer means that both layers are capturing span attributes, duplicating that work. This pretty much copy-pasted the code of both these layers and combines them, thus avoiding doing all the `SpanAttribute` capturing twice.
- Loading branch information