DatadogPlatformAttributeKey class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Constants
-
ddSource
→ const String
-
Custom SDK
source
. Used for all events issued by the SDK. It should
replace the default native ddSource
value ("ios"
). Expects String
value.
-
errorSourceType
→ const String
-
Custom "source type" of the error. Used in RUM errors. It names the
language or platform of the RUM error stack trace, so the SCI backend
knows how to symbolize it. Expects
String
value.