Documentation ¶ Index ¶ type Handler func NewAsync(dsn string) (*Handler, error) func NewSync(dsn string) (*Handler, error) func (h *Handler) Flush(seconds time.Duration) bool func (h *Handler) HandleLog(e *log.Entry) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func NewAsync ¶ func NewAsync(dsn string) (*Handler, error) func NewSync ¶ func NewSync(dsn string) (*Handler, error) func (*Handler) Flush ¶ func (h *Handler) Flush(seconds time.Duration) bool func (*Handler) HandleLog ¶ func (h *Handler) HandleLog(e *log.Entry) error Source Files ¶ View all Source files sentry.go Click to show internal directories. Click to hide internal directories.