CXExcludableInstrumentation enum

Public-facing instrumentation categories that can be excluded from session sampling.

When passed via CXExporterOptions.excludeFromSampling, events of these categories are emitted regardless of the session sample-rate decision — sessionSampleRate continues to gate everything else.

Mirrors the native iOS ExcludableInstrumentation and the Android com.coralogix.android.sdk.model.ExcludableInstrumentation.

Inheritance
Available extensions

Values

errors → const CXExcludableInstrumentation
const CXExcludableInstrumentation('errors')
logs → const CXExcludableInstrumentation
const CXExcludableInstrumentation('logs')
network → const CXExcludableInstrumentation
const CXExcludableInstrumentation('network')
userInteractions → const CXExcludableInstrumentation
const CXExcludableInstrumentation('userInteractions')
mobileVitals → const CXExcludableInstrumentation
const CXExcludableInstrumentation('mobileVitals')
customSpan → const CXExcludableInstrumentation
const CXExcludableInstrumentation('customSpan')
customMeasurement → const CXExcludableInstrumentation
const CXExcludableInstrumentation('customMeasurement')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CXExcludableInstrumentation>
A constant List of the values in this enum, in order of their declaration.