remix.action_form_data.<key>
stringScrub: AutoVisibility: PublicOTel: FalseDynamicRemix form data, <key> being the form data key, the value being the form data value.
Example
http.response.header.text='test'Dynamic SuffixYes - the key contains dynamic parts
Changelog
v0.1.0#103
Raw JSON
{
"key": "remix.action_form_data.<key>",
"brief": "Remix form data, <key> being the form data key, the value being the form data value.",
"has_dynamic_suffix": true,
"type": "string",
"apply_scrubbing": {
"key": "auto"
},
"is_in_otel": false,
"visibility": "public",
"example": "http.response.header.text='test'",
"changelog": [
{
"version": "0.1.0",
"prs": [
103
]
}
]
}