Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
don't send 'bad gateway' errors to newrelic
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Apr 1, 2014
1 parent ac066f9 commit 1319f1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions newrelic.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
*/
/*jshint node:true, strict:false */
exports.config = {
app_name : ['JSONP'],
logging : {
app_name: ['JSONP'],
error_collector: {
ignore_status_codes: [502]
},
logging: {
filepath : 'stdout'
}
};

0 comments on commit 1319f1a

Please sign in to comment.