Set user ID correctly.

This commit is contained in:
Sam Rose 2024-01-05 14:40:16 +00:00
parent b3cd74e877
commit 946a73f1b6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ export default function (
if (user) {
tracer.setUser({
id: user?.id,
id: user?._id,
tenantId: user?.tenantId,
admin: user?.admin,
builder: user?.builder,