The Hub
should resolve the SentryClient in a consistent way
#2962
Labels
Hub
should resolve the SentryClient in a consistent way
#2962
Not introduced in this PR but reading it made me realize and wonder why we have
_ownedClient
, and use it in some methods (CaptureUserFeedback
andCaptureSession
but everywhere else we take the client from the (Scope,SentryClient) tuple (which can change withPushScope
andBindClient
. It's inconsistent.Originally posted by @bruno-garcia in #2949 (comment)
The text was updated successfully, but these errors were encountered: