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
Is it possible to remove the identity from a user when they sign out? I identify people when they login using Hotjar.identify(userId), but ideally I can unidentify them when they logout. For example, the mixpanel js sdk let's you call mixpanel.reset() on user sign-out.
I'm sure I could do Hotjar.identify(null, {}); but I imagine this might just remove the attributes from already recorded events. 🤔
The text was updated successfully, but these errors were encountered:
Is it possible to remove the identity from a user when they sign out? I identify people when they login using
Hotjar.identify(userId)
, but ideally I can unidentify them when they logout. For example, the mixpanel js sdk let's you callmixpanel.reset()
on user sign-out.I'm sure I could do
Hotjar.identify(null, {});
but I imagine this might just remove the attributes from already recorded events. 🤔The text was updated successfully, but these errors were encountered: