DeviceExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.DeviceExperimentalAttributes

Attributes

Source
DeviceExperimentalAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

A unique identifier representing the device

A unique identifier representing the device

Attributes

Note

  • The device identifier MUST only be defined using the values outlined below. This value is not an advertising identifier and MUST NOT be used as such. On iOS (Swift or Objective-C), this value MUST be equal to the <a href="https://developer.apple.com/documentation/uikit/uidevice/1620059-identifierforvendor">vendor identifier. On Android (Java or Kotlin), this value MUST be equal to the Firebase Installation ID or a globally unique UUID which is persisted across sessions in your application. More information can be found here on best practices and exact implementation details. Caution should be taken when storing personal data or anything which can identify a user. GDPR and data protection laws may apply, ensure you do your own due diligence.

Source
DeviceExperimentalAttributes.scala

The name of the device manufacturer

The name of the device manufacturer

Attributes

Note

  • The Android OS provides this field via <a href="https://developer.android.com/reference/android/os/Build#MANUFACTURER">Build. iOS apps SHOULD hardcode the value `Apple`.

Source
DeviceExperimentalAttributes.scala

The model identifier for the device

The model identifier for the device

Attributes

Note

  • It's recommended this value represents a machine-readable version of the model identifier rather than the market or consumer-friendly name of the device.

Source
DeviceExperimentalAttributes.scala

The marketing name for the device model

The marketing name for the device model

Attributes

Note

  • It's recommended this value represents a human-readable version of the device model rather than a machine-readable alternative.

Source
DeviceExperimentalAttributes.scala