-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes off the main thread in line 25 in UserAgentService #988
Comments
Hi, @weibel! While @jsligh and @OlenaPostindustria are working on the fix can you share where you initialize the SDK? In |
@YuriyVelichkoPI Yes we call |
Hi @jsligh Can you please publish this fix ASAP as a new sdk release. What is you timeline for this release? Because at the moment the sdk version 2.2.0 does not work as expected (missing UA parameter) but we cannot update to the sdk version 2.2.2 where the UA parameter is fixed because of this crash. |
@chwo we plan on releasing a patch version by end of day tomorrow. |
@jsligh Thank you for quickly providing the new release. |
From #976
There's something off with this. We're seeing a lot of crashes off the main thread in line 25 in UserAgentService
private let webView = WKWebView()
. WKWebView is supposed to run its init on mainOriginally posted by @weibel in #976 (comment)
The text was updated successfully, but these errors were encountered: