sethtrain / raven-clj

A Clojure interface to Sentry
84 stars 29 forks source link

Set :platform key on event-info map #2

Closed liwp closed 10 years ago

liwp commented 10 years ago

There was a typo in capture: we were setting the :plaform key rather than the :platform key.

I wanted to write a test to prevent the bug from reappearing, but this required send-packet not to be private. If this is a problem, the packet sending code could be moved from core to a separate namespace.

sethtrain commented 10 years ago

Thanks!