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

Fixed issue resolving scope in ASP.NET Core with OTel #3221

Merged
merged 3 commits into from Mar 18, 2024

Conversation

jamescrosswell
Copy link
Collaborator

Resolves #3220

This is hard to test as the Hub that we weren't resolving before (but now do) is SentrySdk.CurrentHub, which is static... We could possibly add an integration test using a TestServer.

Here's the resulting trace though (includes breadcrumbs and tags now):

image

@jamescrosswell jamescrosswell merged commit 277f865 into main Mar 18, 2024
30 checks passed
@jamescrosswell jamescrosswell deleted the fix/restore-scopes-3220 branch March 18, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scopes not being applied to Spans when using ASP.NET Core with OTel
2 participants