Closed mauriciord closed 2 years ago
sorry about opening this issue here, but I haven't found anything related to this doubt about keeping the session.
Hi @mauriciord 👋.
Calling anonymize
will start a new recording. If you call it before identify
it will basically start a new video. To answer your question I would recommend calling anonymize only when the user logs out.
I am closing this one for inactivity. Feel free to reopen if you have any follow-up questions.
I've got a React application and when the user accesses the pages that don't require authentication like
signin
andsignup
, should I use aanonymize()
and after I get the user from their authentication, should I callidentify()
with that userId and others properties from that userId?Doing this, will the recordings keep the videos before the login and after the login in the same session?