rollbar_dart library

Classes

Body
Client
Config
Configuration for the Rollbar notifier.
Context
The library's contextual data, Context represents the library's state.
Data
Contains the data for the occurrence to be sent to Rollbar.
ErrorEvent
Event
A library Event.
ExceptionInfo
Contains all the error details except the stack trace.
Frame
Contains the information of a single frame in a stack trace.
Marshaller
The class of types that can serialize events received by the Rollbar library into a sendable data object interpretable by the Rollbar API.
Message
A text message to be sent to Rollbar.
Notifier
Payload
Represents the payload to be sent to Rollbar. A successfully constructed Payload matches Rollbar's spec, and can be POSTed to the correct endpoint when serialized as JSON.
Rollbar
Sandbox<State, Element>
Defines a boundary between the external world and a self-contained world.
Sender
Sender interface to send payload data to Rollbar.
Trace
An individual error with its corresponding stack trace if available.
Traces
A chain of multiple errors, where the first one on the list represents the root cause of the error.
Transformer
Represents a transformation operation on a Rollbar Data object.
User

Enums

Source

Mixins

Report