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
Hi @MathisDetourbet, many thanks for raising this issue. It seems that there is an error with the JSON serialization of the user object passed into doFetch. It would be useful for us to know what types are contained within this user object.
Thanks for your reactive response. What is the best way to collect it? Since it happens to some users in production so I don't know how to reproduce the issue yet.
The best way may be to 1. manually inspect the code that calls doFetch and how the user object is constructed, 2. add logging of the user object upon error. If the SDK is configured to be in debug mode, you should also be able to see the user object from this line.
I received some crashes for few users for 2 weeks now. The file where the crash occurs is:
ExperimentClient.swift
line482
Here is the stacktrace:
Do you have an idea why I get it?
The text was updated successfully, but these errors were encountered: