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
We have a non-devise SuperAdmin user which can act as any other user in our app. Implemented using two user sessions: in our controllers, if SuperAdmin is logged in, there is current_admin_user and current_user set
Expected behaviour
SuperAdmin activity is registered to intercom
Actual behaviour
I would like to exclude SuperAdmin activity from intercom somehow
Steps to reproduce
Log in as a Super Admin in our app
Go to a user account & click around
Go to intercom and see activity is registered there
Logs
None
The text was updated successfully, but these errors were encountered:
Version info
Brief Context
We have a non-devise SuperAdmin user which can act as any other user in our app. Implemented using two user sessions: in our controllers, if SuperAdmin is logged in, there is
current_admin_user
andcurrent_user
setExpected behaviour
SuperAdmin activity is registered to intercom
Actual behaviour
I would like to exclude SuperAdmin activity from intercom somehow
Steps to reproduce
Logs
None
The text was updated successfully, but these errors were encountered: