User Attributes

11 attributes in this category.11 stable

11 attributes

Stable Attributes

user.email

stringScrub: AutoVisibility: PublicOTel: True

User email address.

Exampletest@example.com
Changelog
v0.0.0
Raw JSON
{
  "key": "user.email",
  "brief": "User email address.",
  "type": "string",
  "apply_scrubbing": {
    "key": "auto"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "test@example.com",
  "alias": [
    "sentry.user.email"
  ],
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

user.full_name

stringScrub: AutoVisibility: PublicOTel: True

User's full name.

ExampleJohn Smith
Changelog
v0.0.0
Raw JSON
{
  "key": "user.full_name",
  "brief": "User's full name.",
  "type": "string",
  "apply_scrubbing": {
    "key": "auto"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "John Smith",
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

user.geo.city

stringScrub: ManualVisibility: PublicOTel: False

Human readable city name.

ExampleToronto
Changelog
v0.0.0
Raw JSON
{
  "key": "user.geo.city",
  "brief": "Human readable city name.",
  "type": "string",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "Toronto",
  "alias": [
    "sentry.user.geo.city"
  ],
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

user.geo.country_code

stringScrub: ManualVisibility: PublicOTel: False

Two-letter country code (ISO 3166-1 alpha-2).

Changelog
v0.0.0
Raw JSON
{
  "key": "user.geo.country_code",
  "brief": "Two-letter country code (ISO 3166-1 alpha-2).",
  "type": "string",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "CA",
  "alias": [
    "sentry.user.geo.country_code"
  ],
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

user.geo.region

stringScrub: ManualVisibility: PublicOTel: False

Human readable region name or code.

ExampleCanada
Changelog
v0.0.0
Raw JSON
{
  "key": "user.geo.region",
  "brief": "Human readable region name or code.",
  "type": "string",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "Canada",
  "alias": [
    "sentry.user.geo.region"
  ],
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

user.geo.subdivision

stringScrub: ManualVisibility: PublicOTel: False

Human readable subdivision name.

ExampleOntario
Changelog
v0.0.0
Raw JSON
{
  "key": "user.geo.subdivision",
  "brief": "Human readable subdivision name.",
  "type": "string",
  "apply_scrubbing": {
    "key": "manual"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "Ontario",
  "alias": [
    "sentry.user.geo.subdivision"
  ],
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

user.hash

stringScrub: AutoVisibility: PublicOTel: True

Unique user hash to correlate information for a user in anonymized form.

Example8ae4c2993e0f4f3b8b2d1b1f3b5e8f4d
Changelog
v0.0.0
Raw JSON
{
  "key": "user.hash",
  "brief": "Unique user hash to correlate information for a user in anonymized form.",
  "type": "string",
  "apply_scrubbing": {
    "key": "auto"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "8ae4c2993e0f4f3b8b2d1b1f3b5e8f4d",
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

user.id

stringScrub: AutoVisibility: PublicOTel: True

Unique identifier of the user.

ExampleS-1-5-21-202424912787-2692429404-2351956786-1000
Changelog
v0.0.0
Raw JSON
{
  "key": "user.id",
  "brief": "Unique identifier of the user.",
  "type": "string",
  "apply_scrubbing": {
    "key": "auto"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "S-1-5-21-202424912787-2692429404-2351956786-1000",
  "alias": [
    "sentry.user.id"
  ],
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

user.ip_address

stringScrub: AutoVisibility: PublicOTel: False

The IP address of the user.

Example192.168.1.1
Changelog
v0.1.0#75
Raw JSON
{
  "key": "user.ip_address",
  "brief": "The IP address of the user.",
  "type": "string",
  "apply_scrubbing": {
    "key": "auto"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "192.168.1.1",
  "alias": [
    "sentry.user.ip"
  ],
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        75
      ]
    }
  ]
}

user.name

stringScrub: AutoVisibility: PublicOTel: True

Short name or login/username of the user.

Examplej.smith
Changelog
v0.0.0
Raw JSON
{
  "key": "user.name",
  "brief": "Short name or login/username of the user.",
  "type": "string",
  "apply_scrubbing": {
    "key": "auto"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "j.smith",
  "alias": [
    "sentry.user.username"
  ],
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}

user.roles

string[]Scrub: AutoVisibility: PublicOTel: True

Array of user roles at the time of the event.

Example["admin","editor"]
Changelog
v0.0.0
Raw JSON
{
  "key": "user.roles",
  "brief": "Array of user roles at the time of the event.",
  "type": "string[]",
  "apply_scrubbing": {
    "key": "auto"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": [
    "admin",
    "editor"
  ],
  "changelog": [
    {
      "version": "0.0.0"
    }
  ]
}