wai-middleware-rollbar-0.2.0: Middleware that communicates to Rollbar.

Copyright(c) Hardy Jones 2017
LicenseBSD3
Maintainerjones3.hardy@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Network.Wai.Middleware.Rollbar

Description

Provides middleware for communicating with Rollbar.

Currently has middleware for sending all server errors to Rollbar. More to come shortly.

Synopsis

Documentation

requests :: AccessToken -> Environment -> Middleware Source #

Middleware that watches responses and sends an item to Rollbar if it is a server error (5xx).

Sends additional metadata including the request information.