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

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

Rollbar.Item.CodeVersion

Description

 

Synopsis

Documentation

data CodeVersion Source #

Rollbar supports different ways to say what version the code is.

Constructors

SemVer Text

Good ole SemVer. It's Text because who knows if you actually got it right...

Number Int

Plain integers.

SHA Text

Should be a Git SHA.