Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TraceAttributes.php

TraceAttributes::BROWSER_MOBILE

A boolean that is true if the browser is running on a mobile device.

This value is intended to be taken from the UA client hints API (`navigator.userAgentData.mobile`). If unavailable, this attribute SHOULD be left unset.

File

vendor/open-telemetry/sem-conv/TraceAttributes.php, line 547

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const BROWSER_MOBILE = 'browser.mobile';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal