Hi Jeroen,

You're entirely correct about the url, thanks!

We're using Airbrake too, and like you (and Square, apparently), I'm not 
too impressed.

As for using Squash for Clojure applications, it was quite straight forward 
to create a client library and Squash has been written with not only Ruby 
in mind. There are client libraries for a number of platforms/languages, 
including Java, which Square are heavy users of.

I pushed a 0.1.1 version of clj-squash a few days ago, which adds a few 
improvements to the Ring middleware, most notably capturing the request 
map. With this, I would say you have the same information available in 
Squash as in Airbrake. I still have to look into how source file paths are 
to be treated to enable you to see the actual code where the exception 
occurred.

Let me know if you have any questions or suggestions, and be sure to use 
the latest version in Clojars if you try it out.

Cheers,
Ragnar


On Tuesday, 22 January 2013 10:49:08 UTC, Jeroen van Dijk wrote:
>
> Hi Ragnar,
>
> This looks interesting. It looks like the url to the Squash app should be 
> http://www.squash.io instead.
>
> I'm currenty (ab)using Airbrake as an exception notifier for my Clojure 
> apps (which is really unsatisfactory for many reasons). Since it seems 
> Squash has been built from a Ruby a background as well, could you say 
> something about how it works for a Clojure environment?
>
> I hope to try it out soon.
>
> Cheers,
> Jeroen
>
>
> On Sat, Jan 19, 2013 at 7:02 PM, Ragnar Dahlén <r.da...@gmail.com<javascript:>
> > wrote:
>
>> Hi,
>>
>> I did some work to enable Clojure applications to use Squash, an 
>> exception reporting and bug analysis tool recently released by Square (see 
>> http://www.square.io).
>>
>> This resulted in clj-squash (apologies for the lack of fantasy), which I 
>> think is now usable enough to warrant an offical 0.1.0 release in the hope 
>> that others might find it useful.
>>
>> A release has been pushed to Clojars, and the code is available at:
>> https://github.com/ragnard/clj-squash
>>
>> Feedback and/or contributions are most welcome and appreciated.
>>
>> Best regards,
>>
>> Ragnar Dahlén
>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com<javascript:>
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to