Params Attributes

1 attribute in this category. 1 stable

Stable Attributes

params.<key>

string PII: Maybe OTel: False Dynamic

Decoded 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 Suffix Yes - 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",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "params.id='123'",
  "alias": [
    "url.path.parameter.<key>"
  ],
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        103
      ]
    }
  ]
}