22 May, 2014
1 commit
-
Add to curl to summary
21 May, 2014
2 commits
07 May, 2014
3 commits
-
Those gems are specific to ruby version, and only used when debugging the app, so they dont need to be installed everytime
-
Bump Rails version to 3.2.18 for security fixes.
-
For CVE-2014-0130
30 Apr, 2014
1 commit
-
Slack integration
25 Apr, 2014
1 commit
-
ADD allow js client to add filters
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\// ) });
19 Apr, 2014
1 commit
18 Apr, 2014
2 commits
15 Apr, 2014
2 commits
-
Typo in English translation file.
14 Apr, 2014
4 commits
-
Signed-off-by: Arthur Neves <arthurnn@gmail.com>
-
Fixed password reset token not working for Devise in current Errbit build.
10 Apr, 2014
1 commit
05 Apr, 2014
1 commit
-
[skip ci]
01 Apr, 2014
3 commits
-
Adds legacy MD5 fingerprinting scheme
31 Mar, 2014
2 commits
-
Older applications used this scheme for generating trace signatures. This brings them back such that migrations from older versions to new ones can occur.
30 Mar, 2014
2 commits
-
When creating a issue using octokit, we need to pass a instead of a , as those are changes on the new octokit gem. [fixes #675]
29 Mar, 2014
2 commits
-
Allow fingerprint generation to be configured
-
Legacy versions of errbit used different strategy for generating the method signatures for duplicate duplication. This allows custom signatures to be easily dropped in via methods such as an initializer.
28 Mar, 2014
2 commits
-
[fixes #636]
24 Mar, 2014
4 commits
-
Oups… Fix code ordering for sprocket stacktrace…
-
[Notifier JS] Extract sprocket stacktraces.
22 Mar, 2014
2 commits
-
Return app.id in api stats
21 Mar, 2014
1 commit
26 Feb, 2014
2 commits
-
do not use constantize, use more verbose approach