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/).
5 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
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"
}
]
}