params.<key>
stringScrub: AutoVisibility: PublicOTel: FalseDynamicDecoded parameters extracted from a URL path. Usually added by client-side routing frameworks like vue-router.
Example
params.id='123'Aliases
url.path.parameter.<key>Dynamic SuffixYes - the key contains dynamic parts
Changelog
v0.1.0#103
Raw JSON
{
"key": "params.<key>",
"brief": "Decoded parameters extracted from a URL path. Usually added by client-side routing frameworks like vue-router.",
"has_dynamic_suffix": true,
"type": "string",
"apply_scrubbing": {
"key": "auto"
},
"is_in_otel": false,
"visibility": "public",
"example": "params.id='123'",
"alias": [
"url.path.parameter.<key>"
],
"changelog": [
{
"version": "0.1.0",
"prs": [
103
]
}
]
}