Fake login
This page demonstrates how TraceSour tracks authenticated users via client.identify(userId).
After login the SDK ties all subsequent events to the user ID you provide.
Demo credentials (any will work)
Email
alice@demo.local
Password
demo1234
Email
bob@demo.local
Password
demo1234
The email you enter becomes the user ID sent to TraceSour's identify() call. Open the SDK debug panel to see it update.
What gets tracked
auth:login_submit— form submissionauth:login_success— successful auth + uid linked- All subsequent events carry your
uidin the envelope - Switch to debug SDK using the toggle (bottom-left) to observe events live