SentryBaggage class
Constructors
-
SentryBaggage(Map<
String, String> _keyValues, {SentryLogger? logger}) - SentryBaggage.fromHeader(String headerValue, {SentryLogger? logger})
-
factory
-
SentryBaggage.fromHeaderList(List<
String> headerValues, {SentryLogger? logger}) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keyValues
→ Map<
String, String> -
no setter
- logger → SentryLogger?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
String key) → String? -
getReplayId(
) → SentryId? -
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 -
setPublicKey(
String value) → void -
setRelease(
String value) → void -
setReplayId(
String value) → void -
setSampled(
String value) → void -
setSampleRate(
String value) → void -
setTraceId(
String value) → void -
setTransaction(
String value) → void -
setUserId(
String value) → void -
setUserSegment(
String value) → void -
setValuesFromScope(
Scope scope, SentryOptions options) → dynamic -
toHeaderString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited