trpc.procedure_path
string PII: Maybe Visibility: Public OTel: False The path of the tRPC procedure being called
Example
user.getById Changelog
Raw JSON
{
"key": "trpc.procedure_path",
"brief": "The path of the tRPC procedure being called",
"type": "string",
"pii": {
"key": "maybe"
},
"is_in_otel": false,
"visibility": "public",
"example": "user.getById",
"changelog": [
{
"version": "0.7.0",
"prs": [
370
],
"description": "Added trpc.procedure_path attribute"
}
]
}