08 Jan, 2016
2 commits
17 Dec, 2015
1 commit
-
According to @zefer, the notifier can be passed in the context hash as well as the top level when creating a notice through the JSON api. https://github.com/airbrake/airbrake-js/pull/174#issuecomment-164918928
04 Nov, 2015
3 commits
31 Oct, 2015
1 commit
20 Oct, 2015
1 commit
-
This is a tough call, both the Rails style (with private/protected) methods indented one level under the keyword, and other places using the standard ruby don't modify identation for access level. I think this strikes a good balance while still being readable. s
12 Oct, 2015
1 commit
11 Feb, 2015
1 commit
-
Fixes #828.
21 Jan, 2015
2 commits
-
I've also did some other minor changes: * Move json payload to fixture file * Add status code to error cases in controller * Move v3 api route outside of api namespace. I've some problems with making this work in tests. * Fix issue with custom exception class
-
Also I've added additional spec for requests with api_key set to nil.