sethtrain / raven-clj

A Clojure interface to Sentry
84 stars 29 forks source link

event-id and server-name should be event_id and server_name #3

Closed minimal closed 10 years ago

minimal commented 10 years ago

These keys should have underscores to enable them.

Server name now shows up in the sentry interface

sethtrain commented 10 years ago

Nice, catch! I guess I assumed cheshire converted "-" to "_". Thanks! I will merge this and get a release out shortly for you to use.

sethtrain commented 10 years ago

This has been released. Thanks again!

https://clojars.org/raven-clj

minimal commented 10 years ago

Cheers, I just sent another PR that would be very useful too!