Reputation: 4041
I'm been playing around with Heroku, Airbrake and Papertrail. I love the Airbrake interface and exception tracking system. It's one crippling weakness is that you have to send messages to it synchronously. Ouch! Wouldn't it be great if you could point your Heroku rsyslog to a service like Papertrail, and have Papertrail detect Airbrake XML messages and post them to your Airbrake/errbit server?
Has anyone ever done anything like this?
If not, what would people recommend to make sending data to Airbrake asynchronous?
Thanks!
Upvotes: 1
Views: 489
Reputation: 432
This is now asynchronous.
https://github.com/airbrake/airbrake/wiki/Using-Airbrake-asynchronously
Stu
Upvotes: 4
Reputation: 1015
There is currently a ticket open to make Airbrake Asynchronous , https://github.com/airbrake/airbrake/issues/69. I'll post here once it's updated.
Ben
Upvotes: 4