SentryBaggage class
Constructors
-
SentryBaggage(Map<
String, String> _keyValues) - SentryBaggage.fromHeader(String headerValue)
-
factory
-
SentryBaggage.fromHeaderList(List<
String> headerValues) -
factory
Properties
Methods
-
get(
String key) → String? -
getOrgId(
) → String? -
getReplayId(
) → SentryId? -
getSampleRand(
) → double? -
getSampleRate(
) → double? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String key, String value) → void -
setEnvironment(
String value) → void -
setOrgId(
String value) → void -
setPublicKey(
String value) → void -
setRelease(
String value) → void -
setReplayId(
String value) → void -
setSampled(
String value) → void -
setSampleRand(
String value) → void -
setSampleRate(
String value) → void -
setTraceId(
String value) → void -
setTransaction(
String value) → void -
setUserId(
String value) → void -
toHeaderString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited