cloud.substratum.account.browserDiagnostics

official.fileorbit.cloud

Documentation

Owner-repo singleton for browser RUM / diagnostics opt-out (ADR 43 R13). Fixed rkey `self`.

main object

Owner-repo singleton for browser RUM / diagnostics opt-out (ADR 43 R13). Fixed rkey `self`.

Properties

optedOut boolean Required

When true, browsers must not send Faro RUM for this account.

updatedAt string datetime Required

When the preference was last written.

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`."
}

Lexicon Garden

@