CXExporterOptions class
Constructors
-
CXExporterOptions.new({required CXDomain coralogixDomain, UserMetadata? userContext, required String environment, required String application, required String version, required String publicKey, List<
String> ? ignoreUrls, List<String> ? ignoreErrors, String? proxyUrl, Map<String, dynamic> ? labels, int sdkSampler = 100, int mobileVitalsFPSSamplingRate = 300, Map<String, bool> ? instrumentations, bool collectIPData = true, bool debug = false, BeforeSendResult? beforeSend(EditableCxRumEvent event) = _defaultBeforeSend, required bool enableSwizzling})
Properties
- application → String
-
final
- beforeSend → BeforeSendResult? Function(EditableCxRumEvent event)
-
final
- collectIPData → bool
-
final
- coralogixDomain → CXDomain
-
final
- debug → bool
-
final
- enableSwizzling → bool
-
final
- environment → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ignoreErrors
→ List<
String> ? -
final
-
ignoreUrls
→ List<
String> ? -
final
-
instrumentations
↔ Map<
String, bool> ? -
getter/setter pair
-
labels
↔ Map<
String, dynamic> ? -
getter/setter pair
- mobileVitalsFPSSamplingRate → int
-
final
- proxyUrl → String?
-
final
- publicKey ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkSampler → int
-
final
- userContext ↔ UserMetadata?
-
getter/setter pair
- version → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited