Zetawar / zetawar

Zetawar is a turn based tactical strategy game implemented in 100% ClojureScript.
MIT License
169 stars 14 forks source link

Use a Timbre appender to send errors to Sentry instead of calling the Sentry API directly #63

Open djwhitt opened 7 years ago

djwhitt commented 7 years ago

This would tidy up the code slightly and should make it easier to swap error reporters in the future. It also removes a dependency from the event router which will help with running it in other environment and potentially extracting it in the future.

djwhitt commented 7 years ago

Details about writing appenders can be found here: https://github.com/ptaoussanis/timbre#configuration