Initing the SDK with the with
method will break session replay and autocapture
#216
Closed
1 of 2 tasks
Labels
Version
3.x
Steps to Reproduce
start the SDK with the
with
method instead of thesetup
method and do not call thesetup
method.Relates to https://posthoghelp.zendesk.com/agent/tickets/23028
The reason is that we capture autocapture and snapshots events with the static instance but the static instance isn't set when you start the SDK with the
with
methodExpected Result
the SDK should work as expected
Actual Result
no autocapture and snapshots events are captured
The text was updated successfully, but these errors were encountered: