violet_rails
violet_rails copied to clipboard
Devise events are not tracked
Describe the bug Devise events (eg: signin, signout, signup, password reset, etc ) are not tracked. This should be handled on devise controllers
To Reproduce Steps to reproduce the behavior:
- Open a incognito window
- Goto any cms page
- Accept cookies
- Open 'users/sign_in', This event doesn't get tracked.
Expected behavior It should track all devise events
Screenshots
https://user-images.githubusercontent.com/50227291/187497222-684cba47-88d5-4321-b16d-f5ceb27d10ba.mov
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.
while fixing this, we should also investigate why cookie consent doesn't show up on blog #index page