23 Apr, 2014
1 commit
-
A new `Airbrake.addFilter( callback )` method has been added. Before sending any error, notifier.js will try each provided callback, passing error data as parameter. If any returns false, error won't be sent to errbit. This allows users to define fine grain filters for their javascript exceptions, like filtering out any error on scripts not coming from their domain : Airbrake.addFilter( function( error ){ return error.request_url.match( /^https?:\/\/my\.domain\.com\// ) });
24 Mar, 2014
2 commits
26 Feb, 2014
1 commit
-
call old onerror when it's already defined
16 Jan, 2014
1 commit
-
Internet Explorer 6 complains when you add commas to the end of a list.
26 Dec, 2013
1 commit
04 Dec, 2013
1 commit
-
Handle App Version Value
03 Dec, 2013
2 commits
03 Oct, 2013
1 commit
-
Treat request URL as CDATA so query string params don't result in invalid XML
24 Sep, 2013
1 commit
20 Aug, 2013
1 commit
-
report the actual url as request_url
29 Jul, 2013
1 commit
-
Adds current user information to notifier.js
25 Jul, 2013
2 commits
08 Jul, 2013
1 commit
-
Fixes notifier.js sending invalid XML in backtrace lines
04 Jul, 2013
1 commit
03 Jul, 2013
1 commit
07 May, 2013
1 commit
-
`"foo"[0]` is not available in IE < 9. Use `charAt` instead.
25 Apr, 2013
1 commit
-
Reporting the hash turns (for me) out to be error prone as I do not get the actual host.
05 Feb, 2013
1 commit
-
using escape causes api to crash when sending utf-8 error messages. changed to encodeURIComponent
31 Jan, 2013
1 commit
22 Dec, 2012
1 commit
14 Dec, 2012
1 commit
18 Sep, 2012
1 commit
30 May, 2012
1 commit
19 Nov, 2011
1 commit
16 Nov, 2011
1 commit
24 Oct, 2011
3 commits
15 Oct, 2011
2 commits
05 Sep, 2011
2 commits
29 Aug, 2011
1 commit
27 Aug, 2011
1 commit
-
…. (We needed to set up 10+ apps using the same issue tracker and watcher email). Works great, and is tested, but I wouldn't mind some help on the UI.
26 Aug, 2011
2 commits
24 Aug, 2011
1 commit