Copyright | (c) Hardy Jones 2017 |
---|---|
License | BSD3 |
Maintainer | jones3.hardy@gmail.com |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Rollbar.Item.Environment
Description
- newtype Environment = Environment Text
Documentation
newtype Environment Source #
Should be something meaningful to your program. E.g. "development", "production", "staging"
Constructors
Environment Text |