rollbar-1.1.3: error tracking through rollbar.com
Safe HaskellNone
LanguageHaskell2010

Rollbar

Description

Main entry point to the application.

Synopsis

Documentation

newtype ApiToken Source #

Constructors

ApiToken 

Fields

Instances

Instances details
Show ApiToken Source # 
Instance details

Defined in Rollbar

newtype Environment Source #

Constructors

Environment 

Fields

Instances

Instances details
Show Environment Source # 
Instance details

Defined in Rollbar

data Person Source #

Constructors

Person 

Fields

Instances

Instances details
Show Person Source # 
Instance details

Defined in Rollbar

ToJSON Person Source # 
Instance details

Defined in Rollbar

data Settings Source #

Instances

Instances details
Show Settings Source # 
Instance details

Defined in Rollbar

data Options Source #

Constructors

Options 

Instances

Instances details
Show Options Source # 
Instance details

Defined in Rollbar

reportErrorS Source #

Arguments

:: (MonadIO m, MonadBaseControl IO m) 
=> Settings 
-> Options 
-> Text

log section

-> Text

log message

-> m () 

report errors to rollbar.com and log them to stdout

reportLoggerErrorS Source #

Arguments

:: (MonadIO m, MonadBaseControl IO m) 
=> Settings 
-> Options 
-> Text

log section

-> (Text -> Text -> m ())

logger that takes the section and the message

-> Text

log message

-> m () 

used by Rollbar.MonadLogger to pass a custom logger

reportErrorSCustomFingerprint Source #

Arguments

:: (MonadIO m, MonadBaseControl IO m) 
=> Settings 
-> Options 
-> Text

log section

-> Maybe (Text -> Text -> m ())

logger that takes the section and the message

-> Text

log message

-> Text 
-> m () 

Pass in custom fingerprint for grouping on rollbar

buildJSON Source #

Arguments

:: Settings 
-> Options 
-> Text

log section

-> Text

log message

-> Maybe Text 
-> Value