By default Sentry tracks errors/exceptions, but you can use the JS API to log whatever you want. Kinda console.log() but on your users’s machine. You can log “${user} has logged in”, and you get that registered plus an email each time somebody logs in. I wouldn’t probably use it for the long run, but it’s powerful for debugging.
By default Sentry tracks errors/exceptions, but you can use the JS API to log whatever you want. Kinda console.log() but on your users’s machine. You can log “${user} has logged in”, and you get that registered plus an email each time somebody logs in. I wouldn’t probably use it for the long run, but it’s powerful for debugging.