React Attributes

1 attribute in this category.1 stable

1 attribute

Stable Attributes

react.version

stringScrub: ManualVisibility: PublicOTel: False

The version of the React framework

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