mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-16 16:05:33 +02:00
📈 Update analytics
This commit is contained in:
parent
2193dfab12
commit
cbca0aacde
2 changed files with 3 additions and 0 deletions
|
@ -64,9 +64,11 @@ const {
|
|||
distinctId: user.id,
|
||||
event: "register",
|
||||
properties: {
|
||||
method: "sso",
|
||||
$set: {
|
||||
name: user.name,
|
||||
email: user.email,
|
||||
tier: "hobby",
|
||||
timeZone: user.timeZone ?? undefined,
|
||||
locale: user.locale ?? undefined,
|
||||
},
|
||||
|
|
|
@ -148,6 +148,7 @@ export const auth = router({
|
|||
event: "register",
|
||||
distinctId: user.id,
|
||||
properties: {
|
||||
method: "email",
|
||||
$set: {
|
||||
email: user.email,
|
||||
name: user.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue