Skip to content

Commit 39b665c

Browse files
authored
Update send identify RQ to send user gotrue id instead of user id (supabase#29793)
1 parent bfa1af2 commit 39b665c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/data/telemetry/send-identify-mutation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const useSendIdentifyMutation = ({
6666
const type = usePostHogParameters ? 'PH' : 'GA'
6767
const body = usePostHogParameters
6868
? ({
69-
user_id: user.id.toString(),
69+
user_id: user.gotrue_id,
7070
organization_slug: slug,
7171
project_ref: ref,
7272
} as SendIdentifyPH)

0 commit comments

Comments
 (0)