Skip to content

Missing Trace Root #3440

Closed
Closed

Description

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    • Status

      Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions