Rollbar class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
Static Methods
critical (dynamic errorOrMessage , [StackTrace stackTrace = StackTrace.empty ])
→ FutureOr <void >
Sends an error as an occurrence, with Level.critical
level.
debug (dynamic errorOrMessage , [StackTrace stackTrace = StackTrace.empty ])
→ FutureOr <void >
Sends an error as an occurrence, with Level.debug
level.
drop (Breadcrumb breadcrumb )
→ FutureOr <void >
Drops a breadcrumb with information about state, a change of state, an
event such as the user interacting with a widget, or navigating from one
place to another or any custom data.
error (dynamic errorOrMessage , [StackTrace stackTrace = StackTrace.empty ])
→ FutureOr <void >
Sends an error as an occurrence, with Level.error
level.
info (dynamic errorOrMessage , [StackTrace stackTrace = StackTrace.empty ])
→ FutureOr <void >
Sends an error as an occurrence, with Level.info
level.
log (dynamic errorOrMessage , {StackTrace stackTrace = StackTrace.empty , Level level = Level.info })
→ FutureOr <void >
run (Config config )
→ Future <void >
setUser (User ? user )
→ FutureOr <void >
Sets or unsets a user.
warn (dynamic errorOrMessage , [StackTrace stackTrace = StackTrace.empty ])
→ FutureOr <void >
Sends an error as an occurrence, with Level.warning
level.