Resource Attributes

2 attributes in this category. 1 stable · 1 deprecated

Stable Attributes

resource.render_blocking_status

string PII: Maybe OTel: False

The render blocking status of the resource.

Example non-blocking
SDKs javascript-browser
Raw JSON
{
  "key": "resource.render_blocking_status",
  "brief": "The render blocking status of the resource.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "non-blocking",
  "sdks": [
    "javascript-browser"
  ]
}

Deprecated Attributes

These attributes are deprecated and should not be used in new code. See each attribute for migration guidance.

resource.deployment.environment.name Deprecated

string PII: False OTel: True

The software deployment environment name.

Example production

Use sentry.environment instead.

Status: backfill

Raw JSON
{
  "key": "resource.deployment.environment.name",
  "brief": "The software deployment environment name.",
  "type": "string",
  "pii": {
    "key": "false"
  },
  "is_in_otel": true,
  "example": "production",
  "deprecation": {
    "replacement": "sentry.environment",
    "_status": "backfill"
  }
}