Frames Attributes

4 attributes in this category. 4 deprecated

Deprecated Attributes

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

frames.delay Deprecated

integer PII: Maybe OTel: False

The sum of all delayed frame durations in seconds during the lifetime of the span. For more information see [frames delay](https://develop.sentry.dev/sdk/performance/frames-delay/).

Example 5
Aliases app.vitals.frames.delay.value

Use app.vitals.frames.delay.value instead.

Replaced by app.vitals.frames.delay.value to align with the app.vitals.* namespace for mobile performance attributes

Status: backfill

Changelog
v0.5.0 #313 Deprecated in favor of app.vitals.frames.delay.value
v0.4.0 #228
v0.0.0
Raw JSON
{
  "key": "frames.delay",
  "brief": "The sum of all delayed frame durations in seconds during the lifetime of the span. For more information see [frames delay](https://develop.sentry.dev/sdk/performance/frames-delay/).",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 5,
  "deprecation": {
    "replacement": "app.vitals.frames.delay.value",
    "reason": "Replaced by app.vitals.frames.delay.value to align with the app.vitals.* namespace for mobile performance attributes",
    "_status": "backfill"
  },
  "alias": [
    "app.vitals.frames.delay.value"
  ],
  "changelog": [
    {
      "version": "0.5.0",
      "prs": [
        313
      ],
      "description": "Deprecated in favor of app.vitals.frames.delay.value"
    },
    {
      "version": "0.4.0",
      "prs": [
        228
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

frames.frozen Deprecated

integer PII: Maybe OTel: False

The number of frozen frames rendered during the lifetime of the span.

Example 3
Aliases app.vitals.frames.frozen.count

Use app.vitals.frames.frozen.count instead.

Replaced by app.vitals.frames.frozen.count to align with the app.vitals.* namespace for mobile performance attributes

Status: backfill

Changelog
v0.5.0 #313 Deprecated in favor of app.vitals.frames.frozen.count
v0.4.0 #228
v0.0.0
Raw JSON
{
  "key": "frames.frozen",
  "brief": "The number of frozen frames rendered during the lifetime of the span.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 3,
  "deprecation": {
    "replacement": "app.vitals.frames.frozen.count",
    "reason": "Replaced by app.vitals.frames.frozen.count to align with the app.vitals.* namespace for mobile performance attributes",
    "_status": "backfill"
  },
  "alias": [
    "app.vitals.frames.frozen.count"
  ],
  "changelog": [
    {
      "version": "0.5.0",
      "prs": [
        313
      ],
      "description": "Deprecated in favor of app.vitals.frames.frozen.count"
    },
    {
      "version": "0.4.0",
      "prs": [
        228
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

frames.slow Deprecated

integer PII: Maybe OTel: False

The number of slow frames rendered during the lifetime of the span.

Example 1
Aliases app.vitals.frames.slow.count

Use app.vitals.frames.slow.count instead.

Replaced by app.vitals.frames.slow.count to align with the app.vitals.* namespace for mobile performance attributes

Status: backfill

Changelog
v0.5.0 #313 Deprecated in favor of app.vitals.frames.slow.count
v0.4.0 #228
v0.0.0
Raw JSON
{
  "key": "frames.slow",
  "brief": "The number of slow frames rendered during the lifetime of the span.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 1,
  "deprecation": {
    "replacement": "app.vitals.frames.slow.count",
    "reason": "Replaced by app.vitals.frames.slow.count to align with the app.vitals.* namespace for mobile performance attributes",
    "_status": "backfill"
  },
  "alias": [
    "app.vitals.frames.slow.count"
  ],
  "changelog": [
    {
      "version": "0.5.0",
      "prs": [
        313
      ],
      "description": "Deprecated in favor of app.vitals.frames.slow.count"
    },
    {
      "version": "0.4.0",
      "prs": [
        228
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}

frames.total Deprecated

integer PII: Maybe OTel: False

The number of total frames rendered during the lifetime of the span.

Example 60
Aliases app.vitals.frames.total.count

Use app.vitals.frames.total.count instead.

Replaced by app.vitals.frames.total.count to align with the app.vitals.* namespace for mobile performance attributes

Status: backfill

Changelog
v0.5.0 #313 Deprecated in favor of app.vitals.frames.total.count
v0.4.0 #228
v0.0.0
Raw JSON
{
  "key": "frames.total",
  "brief": "The number of total frames rendered during the lifetime of the span.",
  "type": "integer",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": 60,
  "deprecation": {
    "replacement": "app.vitals.frames.total.count",
    "reason": "Replaced by app.vitals.frames.total.count to align with the app.vitals.* namespace for mobile performance attributes",
    "_status": "backfill"
  },
  "alias": [
    "app.vitals.frames.total.count"
  ],
  "changelog": [
    {
      "version": "0.5.0",
      "prs": [
        313
      ],
      "description": "Deprecated in favor of app.vitals.frames.total.count"
    },
    {
      "version": "0.4.0",
      "prs": [
        228
      ]
    },
    {
      "version": "0.0.0"
    }
  ]
}