Skip to content

Commit 8d4f931

Browse files
committed
403 Forbidden is also not an error we want to get alarms for
1 parent 20e001e commit 8d4f931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newrelic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ exports.config = {
2626
*/
2727
error_collector : {
2828
enabled : true,
29-
ignore_status_codes : [404,504]
29+
ignore_status_codes : [403,404,504]
3030
}
3131
};

0 commit comments

Comments
 (0)