You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ATM i am trying to instrument a .NET48 Application which uses ASP.NET Core 2.1.
I have set OpenTelemetryBridgeEnabled to true.
But when i debug my Activity Creation i see that those are note created because there are no registered ActivityListeners.
When looking at the source code in ElasticActivityListener i see that this class is only available when .NET8 or greater. Am i correct or am i missing something?
SHould the OpenTelemetryBridge work in my scenario?
The text was updated successfully, but these errors were encountered:
ATM i am trying to instrument a .NET48 Application which uses ASP.NET Core 2.1.
I have set OpenTelemetryBridgeEnabled to true.
But when i debug my Activity Creation i see that those are note created because there are no registered ActivityListeners.
When looking at the source code in ElasticActivityListener i see that this class is only available when .NET8 or greater. Am i correct or am i missing something?
SHould the OpenTelemetryBridge work in my scenario?
The text was updated successfully, but these errors were encountered: