pbrisbin / bugsnag-haskell

Bugsnag error reporter for Haskell
10 stars 7 forks source link

Settings: bsIgnoreException #24

Closed pbrisbin closed 6 years ago

pbrisbin commented 6 years ago
bsIgnoreException :: BugsnagException -> Bool
bsIgnoreException = const False

The notify function(s) should be a no-op when True.