William Denton
William Denton
i still think this is a good idea, and maybe ill have time to have a crack in future, so just adding a comment to make it not stale
this is a tricky one to solve, as this is probably used in customer code, manually calling `AcceptDistributedTracePayload()`. Trying to make it case insensitive might be difficult as its the...
Sorry, i have been away from work for most of January, and my focus is not currently on lambda so im not able to jump back on this at the...
hey @methane thanks for your fast reply. I appreciate you pointing me towards the custom connector. as i mentioned im pretty new to go, so i've done some digging on...
Ive just run into the same/similar issue a smart enum class like this (note: ToString() will return a non graphql safe name) ```cs public sealed class CultureCode { private readonly...
I also struggled with not being able to set the root span, so i cheated and made some HttpMiddleware, stashed the desired operation name in the HttpContext Items from within...
Reflecting on this after updating my code base not to do this i think its a reasonably serious anti-pattern. There are some pretty serious pitfalls to doing this wrong as...
I have pulled this into my local project (replacing the nugets) and confirm it fixes the issue)
Ive put up 2 PRs, one that fixes main and one for 3.x branch 3.x branch still supports fullframework so there is some preprocessor directives to change behaviour on net6...