We are excited to announce the new major release of our Ruby notifier library for Airbrake Bug Tracker! It was as clear as day that the gem needed a major update. The code was hard to maintain, the issue tracker had too many unresolved issues, and some important pull requests couldn’t be easily… continue reading →
Category Archives: Airbrake News
Guest Post: Lager-Airbrake Notifier
Airbrake Notifiers send exceptions from your applications to Airbrake. The Notifiers are created by the developer community. Having a wide variety of notifiers for different programming languages and frameworks enables users to keep track of exceptions from all kinds of applications. This time we are featuringRoberto Ostinelli, who has written Lager-Airbrake notifier,… continue reading →
New: Airbrake 2015 UI Update
Today I’m excited to launch our updated UI. Our team is very proud to release this iteration and we think your going to love it too. The features are now live login and check them out. Search You can now search through your exceptions; quickly pinpoint the error you are looking for… continue reading →
Airbrake Hosts William Kennedy: Author Of GoingGo
Go language is growing rapidly, and many experts predict Golang to be a dominant programming language in some areas like IaaS, Orchestration and PaaS. Airbrake inviting you to to be on the cutting edge and know more about Go language from the person who knows it the most; William Kennedy, the managing partner… continue reading →
Airbrake now supports Swift bug tracking
We’re excited to annouce that you Airbrake-IOS notifier now supports swift projects. One installed this means you can capture all swift exceptions and enjoy the same Airbrake notifications. Install The Notifier in Swift When you add Airbrake iOS to your Swift project, Xcode will automatically add the bridging header… continue reading →
Airbrake Hong Kong Meetup
Airbrake Hong Kong Meetup What A drink-up with @benarent from Airbrake, the startup community and other Airbrakers. When Wednesday 20th August at 7:30pm Where The Globe. 45 Graham St in Soho. Signup The form below. Loading…
Airbrake in Russia. Moscow drink-up #2.
Airbrake Moscow drink-up #2 (Meetup) What A drink-up with @benarent and @itolmach from Airbrake, the startup community and other Airbrakers. When Thursday 14th August at 7:30pm Where http://john-donne.ru/ – улица Льва Толстого, 18б Signup The form below. Loading…
Airbrake Drink-Up London 3
It’s about that time of year again, Airbrake is visiting London. For it’s third drink-up! We’ve put together a last minute informal drink-up with our mates at Pusher.com, Mailgun and @benarent from Airbrake. Leave work early and come join us for a pint at the Whippet. When? ~ Thursday, August 6th,… continue reading →
Airbrake Drink-Up San Francisco
It’s about that time again, Airbrakers; we are hosting a San Francisco drink-up to celebrate our one year anniversary at Rackspace, to thank the community for being awesome and an integral part of moving the product forward. Come out for the beers and enjoy the conversation with others in the… continue reading →
Airbrake Ruby Gem 3.1.5 and Airbrake-JS 0.3 Beta
We’ve two new updates to kick off 2014 a Airbrake gem, version 3.1.15 and an updated Airbrake-JS 0.3 Beta, which includes better source-map and more detailed error information. You can now use the JS snippet from the CDN. https://ssljscdn.airbrake.io/0.3/airbrake.min.js Download from http://rubygems.org/gems/airbrake
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
Version 3.1.15 - 2014-01-03 14:37:38 +0100 =============================================================================== Ahmad Sherif (1): Don't serialize nil to an empty string Damon Morgan (1): Support sucker_punch for async processor David Palm (1): Give params_filter a setter so it can be *set* (not only appended to) Hrvoje Šimić (14): add Rails 4 to README.md use Coveralls for code coverage use Gemnasium for dependency monitoring use Code Climate for code analysis extract ParamsCleaner class being more careful with javascript_notifier and non-public requests Bumping to version 3.1.14 add Circle CI badge rename :test task to 'test:unit' use parallel gem installation on CI server enable pry debugging in tests add test for #251 enable filtering of sensitive Rack vars by default start using MultiJson Marko Šiftar (1): fix deploy uri Marten Veldthuis (1): Airbrake rakefile is not compatible with Capistrano v3 Rodrigo Saito (1): Handle error when variable sinatra.error is present |