Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update scopemanager
  • Loading branch information
bitsandfoxes committed Apr 2, 2025
commit 5c1c2e26862dbc349f1a8875fb25ffa54ae4c555
3 changes: 3 additions & 0 deletions src/Sentry.Unity/ScopeObserver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ public void SetUser(SentryUser? user)
}
}

public void SetTrace(SentryId traceId, SpanId parentSpanId)
{ }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: will be implemented in follow-up


public abstract void SetUserImpl(SentryUser user);

public abstract void UnsetUserImpl();
Expand Down
Loading