22 Aug, 2014

1 commit


15 Aug, 2014

3 commits


14 Aug, 2014

1 commit


21 Jul, 2014

2 commits


17 Jun, 2014

2 commits


15 Jun, 2014

1 commit


12 Jun, 2014

2 commits


11 Jun, 2014

2 commits


22 May, 2014

2 commits


21 May, 2014

2 commits


12 May, 2014

1 commit


09 May, 2014

1 commit


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


01 Apr, 2014

3 commits