23 Oct, 2014

1 commit


17 Oct, 2014

1 commit


10 Oct, 2014

3 commits


26 Sep, 2014

1 commit


08 Sep, 2014

1 commit


05 Sep, 2014

1 commit


31 Aug, 2014

1 commit


30 Aug, 2014

2 commits


13 Jun, 2014

4 commits


12 Jun, 2014

2 commits


11 Jun, 2014

2 commits


22 May, 2014

2 commits


21 May, 2014

2 commits


07 May, 2014

3 commits


30 Apr, 2014

1 commit


25 Apr, 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\// )
        });
    Olivier El Mekki
     

19 Apr, 2014

1 commit


18 Apr, 2014

2 commits


15 Apr, 2014

2 commits


14 Apr, 2014

4 commits


10 Apr, 2014

1 commit


05 Apr, 2014

1 commit