Owner-repo singleton for browser RUM / diagnostics opt-out (ADR 43 R13). Fixed rkey `self`.
Properties
View raw schema
{
"type": "object",
"required": [
"optedOut",
"updatedAt"
],
"properties": {
"optedOut": {
"type": "boolean",
"description": "When true, browsers must not send Faro RUM for this account."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "When the preference was last written."
}
},
"description": "Owner-repo singleton for browser RUM / diagnostics opt-out (ADR 43 R13). Fixed rkey `self`."
}