tyler jago
tyler jago
Ran into this issue recently in a Unit Test and uncovered a possible issue that could happen in production code: https://stackoverflow.com/questions/5439719/is-it-possible-to-use-the-logical-call-context-within-a-unit-test-in-vs-2010 Trying to keep the IScope around but it is...
# When should HttpClientInstrumentation create an Activity Event when RecordException=true?? **Describe your environment.** n/a Describe any aspect of your environment relevant to the question. **What are you trying to achieve?**...
# Best practice for getting RouteValues and setting them as tags **Describe your environment.** .NET core 3.1 app that exposes REST based API endpoints Here is my otel initialization: ```...
We were previously using client `v7` with server `v4` and everything was fine. But after upgrading to client `v9` and server `v7` things are not working right. We initialize our...