-
Notifications
You must be signed in to change notification settings - Fork 52
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
Crash in PostHogSessionManager.swift #302
Comments
Hey @eareyereading, thanx for reporting these couple of crashes. I'll take a look - but could you also share a snippet of how you initialize the SDK? I'm assuming this is done off the main thread, right? |
This is how I initialize the SDK. The initialization is done in method
|
Hey @eareyereading, thanx for the info. I see that this is from Crashlytics - any chance you can download and attach the stack trace for this and #303 as well? |
Version
3.19.5
Steps to Reproduce
The stack trace for the cash is like this:
The code that's causing the crash is in file PostHogReplayIntegration.swift at line 158.
When calling
removeAllObjects
onwindowViews
, the crash occurred.Expected Result
No crash.
Actual Result
Crashed.
The text was updated successfully, but these errors were encountered: