When Traces have "Link" and "Backlinks", navigating to these linked traces doesn't navigate to the linked issue. The dashboard stays at the current trace.
Expected Behavior
I expect the linked trace to be shown in the dashboard.
Steps To Reproduce
Checkout https://github.com/dotnet/aspire/pull/6770, which adds support for RabbitMQ v7. The traces emitted from this new version have links instead of parent-child relationships between traces.
Run the TestShop playground app.
Add an item to the basket and click the "cart" button to checkout
In the Dashboard, navigate to the trace for the orderprocessor that received the message
At the bottom of that trace, find the linked trace that sent the message and click "View"
Is there an existing issue for this?
Describe the bug
When Traces have "Link" and "Backlinks", navigating to these linked traces doesn't navigate to the linked issue. The dashboard stays at the current trace.
Expected Behavior
I expect the linked trace to be shown in the dashboard.
Steps To Reproduce
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
cc @JamesNK