| Copyright | (c) Hardy Jones 2017 | 
|---|---|
| License | BSD3 | 
| Maintainer | jones3.hardy@gmail.com | 
| Stability | experimental | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Rollbar.Item.CodeVersion
Description
Documentation
data CodeVersion Source #
Rollbar supports different ways to say what version the code is.
Constructors
| SemVer Text | Good ole SemVer.
  It's  | 
| Number Int | Plain integers. | 
| SHA Text | Should be a Git SHA. |