Skip to content

Commit ba8eebd

Browse files
committed
Merge branch 'feat/observe-trace' of https://github.com/getsentry/sentry-dotnet into feat/observe-trace
2 parents 13351a4 + 5fa7b5b commit ba8eebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/IScopeObserver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ public interface IScopeObserver
3333
/// <summary>
3434
/// Sets the current trace
3535
/// </summary>
36-
void SetTrace(SentryId traceId, SpanId parentSpanId);
36+
public void SetTrace(SentryId traceId, SpanId parentSpanId);
3737
}

0 commit comments

Comments
 (0)