DylanRJohnston-FZ

Results 4 issues of DylanRJohnston-FZ

I believe this to be related to the issue here https://github.com/DataDog/datadog-go/pull/260, as you can see from these logs, ![image](https://user-images.githubusercontent.com/107019337/183841825-ba7b2d13-9c6c-44e3-b1f8-c455374aacb1.png) ddtrace panics here https://github.com/DataDog/dd-trace-go/blob/03a3099b20dbf91212e2f85d2b1a636da4c140d5/ddtrace/tracer/spancontext.go#L212 because https://github.com/DataDog/dd-trace-go/blob/03a3099b20dbf91212e2f85d2b1a636da4c140d5/ddtrace/tracer/spancontext.go#L164 is unaligned. This is running...

### Describe the issue I'm trying to make use of poetry2nix where we have a private artifact repository on google cloud. Normally the keyring plugin keyrings.google-artifactregistry-auth allows Poetry to authenticate...

Firstly I just want to say that I love this library and has allowed to me to largely remove my own custom implementation of a lot of these types. However...

breaking-change

Dataloaders present a unique challenge with tracing, as batching is one of the few instances where the invariant that a span has a single parent is broken. Many different parent...