Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] OpenTelemetryBridge not working on Full Framework #2541

Closed
stefannikolei opened this issue Jan 14, 2025 · 1 comment
Closed

[BUG] OpenTelemetryBridge not working on Full Framework #2541

stefannikolei opened this issue Jan 14, 2025 · 1 comment
Labels
bug Something isn't working community triage

Comments

@stefannikolei
Copy link
Contributor

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?

@stefannikolei stefannikolei added the bug Something isn't working label Jan 14, 2025
@stevejgordon
Copy link
Contributor

@stefannikolei We only support the bridge on .NET 8+, not .NET Framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community triage
Projects
None yet
Development

No branches or pull requests

2 participants