We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882eed9 commit eae31a5Copy full SHA for eae31a5
src/Sentry.Unity/ScopeObserver.cs
@@ -88,7 +88,7 @@ public void SetUser(SentryUser? user)
88
public void SetTrace(SentryId traceId, SpanId parentSpanId)
89
{
90
_options.DiagnosticLogger?.Log(
91
- SentryLevel.Debug,"{0} Scope Sync - Setting Trace traceId:{1} parentSpanId:{2}", null,
+ SentryLevel.Debug, "{0} Scope Sync - Setting Trace traceId:{1} parentSpanId:{2}", null,
92
_name, traceId, parentSpanId);
93
SetTraceImpl(traceId, parentSpanId);
94
}
0 commit comments