Version info
- intercom-rails version: 0.4.1
- Rails version: 6.0.3.4
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 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