We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65facbe commit 5fa7b5bCopy full SHA for 5fa7b5b
src/Sentry/IScopeObserver.cs
@@ -29,9 +29,9 @@ public interface IScopeObserver
29
/// Sets the user information.
30
/// </summary>
31
public void SetUser(SentryUser? user);
32
-
+
33
/// <summary>
34
/// Sets the current trace
35
36
- void SetTrace(SentryId traceId, SpanId parentSpanId);
+ public void SetTrace(SentryId traceId, SpanId parentSpanId);
37
}
0 commit comments