Closed
Description
Is your feature request related to a problem?
We have released a new Service Bus library - https://www.nuget.org/packages/Azure.Messaging.ServiceBus/7.0.1
End to end tracing doesn't currently work for the new library - see Azure/azure-sdk-for-net#18002
Describe the solution you'd like.
App insights has special handling to look for the span names from the old library. It seems this would need to be expanded to include the new library span names, which can be found here.
Additional context.
A similar change was made for the new Event Hubs library - #1674
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment