The value of the recorded Cumulative Layout Shift (CLS) web vital
Example0.2361
Aliasesbrowser.web_vital.cls.value
SDKsjavascript-browser
Use browser.web_vital.cls.value instead.
The CLS web vital is now recorded as a browser.web_vital.cls.value attribute.
Status: backfill
Changelog
next#229Added and deprecated attribute to document JS SDK's current behaviour
Raw JSON
{
"key": "cls",
"brief": "The value of the recorded Cumulative Layout Shift (CLS) web vital",
"type": "double",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"example": 0.2361,
"deprecation": {
"replacement": "browser.web_vital.cls.value",
"reason": "The CLS web vital is now recorded as a browser.web_vital.cls.value attribute.",
"_status": "backfill"
},
"alias": [
"browser.web_vital.cls.value"
],
"sdks": [
"javascript-browser"
],
"changelog": [
{
"version": "next",
"prs": [
229
],
"description": "Added and deprecated attribute to document JS SDK's current behaviour"
}
]
}
{
"key": "fcp",
"brief": "The time it takes for the browser to render the first piece of meaningful content on the screen",
"type": "double",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"example": 547.6951,
"deprecation": {
"replacement": "browser.web_vital.fcp.value",
"reason": "This attribute is being deprecated in favor of browser.web_vital.fcp.value",
"_status": "backfill"
},
"alias": [
"browser.web_vital.fcp.value"
],
"sdks": [
"javascript-browser"
],
"changelog": [
{
"version": "next",
"prs": [
235
]
}
]
}
{
"key": "fp",
"brief": "The time it takes for the browser to render the first pixel on the screen",
"type": "double",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"example": 477.1926,
"deprecation": {
"replacement": "browser.web_vital.fp.value",
"reason": "This attribute is being deprecated in favor of browser.web_vital.fp.value",
"_status": "backfill"
},
"alias": [
"browser.web_vital.fp.value"
],
"sdks": [
"javascript-browser"
],
"changelog": [
{
"version": "next",
"prs": [
235
]
}
]
}
The value of the recorded Interaction to Next Paint (INP) web vital
Example200
Aliasesbrowser.web_vital.inp.value
SDKsjavascript-browser
Use browser.web_vital.inp.value instead.
The INP web vital is now recorded as a browser.web_vital.inp.value attribute.
Status: backfill
Changelog
next#229Added and deprecated attribute to document JS SDK's current behaviour
Raw JSON
{
"key": "inp",
"brief": "The value of the recorded Interaction to Next Paint (INP) web vital",
"type": "double",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"example": 200,
"deprecation": {
"replacement": "browser.web_vital.inp.value",
"reason": "The INP web vital is now recorded as a browser.web_vital.inp.value attribute.",
"_status": "backfill"
},
"alias": [
"browser.web_vital.inp.value"
],
"sdks": [
"javascript-browser"
],
"changelog": [
{
"version": "next",
"prs": [
229
],
"description": "Added and deprecated attribute to document JS SDK's current behaviour"
}
]
}
The value of the recorded Largest Contentful Paint (LCP) web vital
Example2500
Aliasesbrowser.web_vital.lcp.value
SDKsjavascript-browser
Use browser.web_vital.lcp.value instead.
The LCP web vital is now recorded as a browser.web_vital.lcp.value attribute.
Status: backfill
Changelog
next#229Added and deprecated attribute to document JS SDK's current behaviour
Raw JSON
{
"key": "lcp",
"brief": "The value of the recorded Largest Contentful Paint (LCP) web vital",
"type": "double",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"example": 2500,
"deprecation": {
"replacement": "browser.web_vital.lcp.value",
"reason": "The LCP web vital is now recorded as a browser.web_vital.lcp.value attribute.",
"_status": "backfill"
},
"alias": [
"browser.web_vital.lcp.value"
],
"sdks": [
"javascript-browser"
],
"changelog": [
{
"version": "next",
"prs": [
229
],
"description": "Added and deprecated attribute to document JS SDK's current behaviour"
}
]
}
The matched route, that is, the path template in the format used by the respective server framework. Also used by mobile SDKs to indicate the current route in the application.
{
"key": "route",
"brief": "The matched route, that is, the path template in the format used by the respective server framework. Also used by mobile SDKs to indicate the current route in the application.",
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"example": "App\\Controller::indexAction",
"deprecation": {
"replacement": "http.route",
"_status": null
},
"alias": [
"http.route"
],
"sdks": [
"php-laravel",
"javascript-reactnative"
],
"changelog": [
{
"version": "0.1.0",
"prs": [
61,
74
]
},
{
"version": "0.0.0"
}
]
}
{
"key": "ttfb",
"brief": "The value of the recorded Time To First Byte (TTFB) web vital in milliseconds",
"type": "double",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"example": 194,
"deprecation": {
"replacement": "browser.web_vital.ttfb.value",
"reason": "This attribute is being deprecated in favor of browser.web_vital.ttfb.value",
"_status": "backfill"
},
"alias": [
"browser.web_vital.ttfb.value"
],
"sdks": [
"javascript-browser"
],
"changelog": [
{
"version": "next",
"prs": [
235
]
}
]
}