React Attributes

1 attribute in this category. 1 stable

Stable Attributes

react.version

string PII: Maybe Visibility: Public OTel: False

The version of the React framework

Example 18.2.0
Changelog
v0.7.0 #368 Added react.version attribute
Raw JSON
{
  "key": "react.version",
  "brief": "The version of the React framework",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "visibility": "public",
  "example": "18.2.0",
  "changelog": [
    {
      "version": "0.7.0",
      "prs": [
        368
      ],
      "description": "Added react.version attribute"
    }
  ]
}