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
We can consider storing the other not frequently changing information on a BG thread and read it from disk during SDK launch when the SDK detected a watchdog termination.
A customer recently reported that the user ID doesn't match the excepted one because they set the user ID not immediately when starting the SDK, so the user ID falls back to the randomly generated UUID, which confuses the user. This also applies to the rest of the scope.
The text was updated successfully, but these errors were encountered:
Description
We currently only synchronize crumbs of the scope for watchdog termination events. Most of the scope observer is empty see
sentry-cocoa/Sources/Sentry/SentryWatchdogTerminationScopeObserver.m
Lines 129 to 172 in 67bb6fa
We can consider storing the other not frequently changing information on a BG thread and read it from disk during SDK launch when the SDK detected a watchdog termination.
A customer recently reported that the user ID doesn't match the excepted one because they set the user ID not immediately when starting the SDK, so the user ID falls back to the randomly generated UUID, which confuses the user. This also applies to the rest of the scope.
The text was updated successfully, but these errors were encountered: