SentryTree class

Constructors

SentryTree(Hub hub, {SentryFlutterOptions? sentryOptions, SentryLevel minBreadcrumbLevel = SentryLevel.info, SentryLevel minEventLevel = SentryLevel.error})

Properties

hashCode int
The hash code for this object.
no setterinherited
hub → Hub
final
isInDebugMode bool
Whether the VM is running in debug mode.
no setterinherited
loggerName String
Internal Logger Name
no setter
minBreadcrumbLevel → SentryLevel
final
minEventLevel → SentryLevel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performLog(LogRecord record) → void
Captures a Sentry Event if the min. level is equal or higher than the min. required level.
toString() String
A string representation of this object.
inherited

Operators

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