Although Elm doesn't have runtime errors, there are still errors outside of elm. Examples: - Random npm module fails - A JSON decoder finds out that the API server is sending invalid data and the elm app stops running because of it - [Elm runtime error](https://github.com/elm/compiler/issues/2144) 😱 ## Desired Outcome Configure an error logging service so we can find out immediately that there are issues within the front end.