SentryLog class

Sentry Log Functions

Inheritance

Constructors

SentryLog({@required String dsn})

Properties

dsn String
Sentry endpoint that going to be connect
final
hashCode int
The hash code for this object.
read-onlyinherited
initRequired bool
Determine if a init function is needed
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

initFnc() Future<void>
Initialize Sentry Log function
override
logFnc(LogMsg msg) Future<void>
Send logs to Sentry
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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