performance.activationStart Deprecated
double PII: Maybe OTel: False The time between initiating a navigation to a page and the browser activating the page
Example
1.983 Aliases
browser.performance.navigation.activation_start SDKs javascript-browser
Use browser.performance.navigation.activation_start instead.
The activationStart is now recorded as the browser.performance.navigation.activation_start attribute.
Status: backfill
Changelog
Raw JSON
{
"key": "performance.activationStart",
"brief": "The time between initiating a navigation to a page and the browser activating the page",
"type": "double",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"example": 1.983,
"deprecation": {
"replacement": "browser.performance.navigation.activation_start",
"reason": "The activationStart is now recorded as the browser.performance.navigation.activation_start attribute.",
"_status": "backfill"
},
"alias": [
"browser.performance.navigation.activation_start"
],
"sdks": [
"javascript-browser"
],
"changelog": [
{
"version": "0.5.0",
"prs": [
321
],
"description": "Added performance.activationStart attribute"
}
]
}