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
feat: per-event user override in analytics().sendEvent() (#43)
sendEvent now accepts an optional `user` (UserContext) that identifies the event
explicitly, overriding callbacks.getUser for that event. This covers server
events whose subject isn't the request's session user — e.g. an email recipient
resolved from a tracking link — so they land as real identity (userId/traits)
instead of plain props.
0 commit comments