Skip to content

Commit 25b73c6

Browse files
committed
s/user.username/user.name
1 parent 7856594 commit 25b73c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/semanticAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const SEMANTIC_ATTRIBUTE_USER_EMAIL = 'user.email';
9696
/** The user IP address (gated by sendDefaultPii) */
9797
export const SEMANTIC_ATTRIBUTE_USER_IP_ADDRESS = 'user.ip_address';
9898
/** The user username (gated by sendDefaultPii) */
99-
export const SEMANTIC_ATTRIBUTE_USER_USERNAME = 'user.username';
99+
export const SEMANTIC_ATTRIBUTE_USER_USERNAME = 'user.name';
100100
/** The name of the Sentry SDK (e.g., "sentry.php", "sentry.javascript") */
101101
export const SEMANTIC_ATTRIBUTE_SENTRY_SDK_NAME = 'sentry.sdk.name';
102102
/** The version of the Sentry SDK */

0 commit comments

Comments
 (0)