opentelemetry_semantic_conventions::attribute

Constant BROWSER_BRANDS

source
pub const BROWSER_BRANDS: &str = "browser.brands";
Expand description

Array of brand name and version separated by a space

§Notes

This value is intended to be taken from the UA client hints API (navigator.userAgentData.brands).

§Examples

  • " Not A;Brand 99"
  • "Chromium 99"
  • "Chrome 99"