Skip to content

Commit

Permalink
403 Forbidden is also not an error we want to get alarms for
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 11, 2015
1 parent 20e001e commit 8d4f931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ exports.config = {
*/
error_collector : {
enabled : true,
ignore_status_codes : [404,504]
ignore_status_codes : [403,404,504]
}
};

0 comments on commit 8d4f931

Please sign in to comment.