remix.action_form_data.<key>
string PII: Maybe OTel: False Dynamic Remix form data, <key> being the form data key, the value being the form data value.
Example
http.response.header.text='test' SDKs javascript-remix
Dynamic Suffix Yes - the key contains dynamic parts
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",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"example": "http.response.header.text='test'",
"sdks": [
"javascript-remix"
]
}