Remove user email from DataDog user info.

This commit is contained in:
Sam Rose 2024-01-05 13:49:01 +00:00
parent 69bfd01bf0
commit b3cd74e877
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

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