You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now any context data (user, breadcrumb, tags, ...) is synced to sentry-native on the calling thread. The calling thread might be the main thread, which is not optimal.
Solution Brainstorm
We should offload the scope sync to a background thread, ensuring we're not spending too much time on the main thread.