We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e001e commit 8d4f931Copy full SHA for 8d4f931
newrelic.js
@@ -26,6 +26,6 @@ exports.config = {
26
*/
27
error_collector : {
28
enabled : true,
29
- ignore_status_codes : [404,504]
+ ignore_status_codes : [403,404,504]
30
}
31
};
0 commit comments