We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6818976 commit fdee9c7Copy full SHA for fdee9c7
packages/core/src/semanticAttributes.ts
@@ -96,7 +96,7 @@ export const SEMANTIC_ATTRIBUTE_USER_EMAIL = 'user.email';
96
/** The user IP address (gated by sendDefaultPii) */
97
export const SEMANTIC_ATTRIBUTE_USER_IP_ADDRESS = 'user.ip_address';
98
/** The user username (gated by sendDefaultPii) */
99
-export const SEMANTIC_ATTRIBUTE_USER_USERNAME = 'user.username';
+export const SEMANTIC_ATTRIBUTE_USER_USERNAME = 'user.name';
100
/** The name of the Sentry SDK (e.g., "sentry.php", "sentry.javascript") */
101
export const SEMANTIC_ATTRIBUTE_SENTRY_SDK_NAME = 'sentry.sdk.name';
102
/** The version of the Sentry SDK */
0 commit comments