Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 3db39db

Browse files
committed
Add the parent
1 parent b3ec97b commit 3db39db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: api_server/newrelic.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ exports.config = {
2020
enabled: true
2121
},
2222

23-
ignore_status_codes: [403,404],
23+
error_collector: {
24+
ignore_status_codes: [403,404]
25+
},
2426
/**
2527
* When true, all request headers except for those listed in attributes.exclude
2628
* will be captured for all traces, unless otherwise specified in a destination's

0 commit comments

Comments
 (0)