sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Consider using the Global scope for static APIs (like setUser...)

Open antonis opened this issue 7 months ago • 0 comments

Description

On react native context, where we only have one user, Sentry.SetUser could use the global scope instead of an isolation scope. We could target v7 with this change.

context: https://github.com/getsentry/sentry-react-native/pull/4901#discussion_r2142456956

antonis avatar Jun 12 '25 12:06 antonis