Closed
Description
openedon Jun 20, 2024
Package
Sentry
.NET Flavor
.NET Core
.NET Version
6.0
OS
Windows
SDK Version
4.7.0
Self-Hosted Sentry Version
No response
Steps to Reproduce
Following the samples I have integrated sentry
webHostBuilder.UseSentry(conf =>
{
conf.Dsn = _configuration.GetValue<string>("Sentry:Dsn");
conf.TracesSampleRate = _configuration.GetValue<double>("Sentry:SampleRate");
});
Expected Result
I am not sure about the expected result, since this looks like a misconfiguration of some sorts
Actual Result
The problem is that when I am looking at the tracing window, for every controller route hit, I see this warning about missing the trace root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
Type
Projects
Status
Done
Status
No status