01 Sep, 2015
1 commit
-
In the past users could only follow apps if an admin did it for them. But now users can follow and unfollow any apps. Following an app is no longer like a permission to view that app.
02 Feb, 2015
1 commit
06 Jan, 2015
1 commit
-
favicon_link_tag defaults to /images/favicon.ico, so the location in public was wrong. To avoid 404 errors for user agents blindly requesting /favicon.ico, we add a symlink in public.
20 Oct, 2014
1 commit
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
01 Jun, 2012
2 commits
-
Conflicts: Gemfile Gemfile.lock app/assets/javascripts/errbit.js app/assets/stylesheets/errbit.css app/models/user.rb config/initializers/_load_config.rb
30 May, 2012
1 commit
23 Mar, 2012
2 commits
21 Mar, 2012
1 commit
01 Mar, 2012
1 commit
26 Nov, 2011
1 commit
-
add select all checkboxes button fro problems page, closes #111
19 Nov, 2011
2 commits
16 Nov, 2011
1 commit