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
When the user is offline or server is stopped, and a crash occurs, the crash get lost!
After many tests and read the this sdk source code, i found the issue.
When an error occurs, the app stops quickly and the caching not apply..
Hello, could you show you full SDK initialisation code? Your code seems to indicated that there are some other calls between creating the config object and initialising the sdk.
When the user is offline or server is stopped, and a crash occurs, the crash get lost!
After many tests and read the this sdk source code, i found the issue.
When an error occurs, the app stops quickly and the caching not apply..
and i solved it temporarily by adding a long run Thread.UncaughtExceptionHandler to my App.kt class, to delay the stop time
The text was updated successfully, but these errors were encountered: