Skip to content

Commit

Permalink
feat: add first seen at
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed May 5, 2024
1 parent 584135e commit 74c17df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/api/src/app/helper/telemetry.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const telemetry = {
firstName: user.firstName,
lastName: user.lastName,
projectId,
firstSeenAt: user.created,
...(await getMetadata()),
},
}
Expand Down

0 comments on commit 74c17df

Please sign in to comment.