| Total Complexity | 0 | 
| Complexity/F | 0 | 
| Lines of Code | 22 | 
| Function Count | 0 | 
| Duplicated Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | /**  | 
            ||
| 4 | exports.config = { | 
            ||
| 5 | app_name: [global.NEW_RELIC_APP_NAME],  | 
            ||
| 6 | license_key: global.NEW_RELIC_LICENSE_KEY,  | 
            ||
| 7 |   logging: { | 
            ||
| 8 | level: global.NEW_RELIC_LOGGING_LEVEL,  | 
            ||
| 9 | },  | 
            ||
| 10 | allow_all_headers: true,  | 
            ||
| 11 |   attributes: { | 
            ||
| 12 | exclude: [  | 
            ||
| 13 | 'request.headers.cookie',  | 
            ||
| 14 | 'request.headers.authorization',  | 
            ||
| 15 | 'request.headers.proxyAuthorization',  | 
            ||
| 16 | 'request.headers.setCookie*',  | 
            ||
| 17 | 'request.headers.x*',  | 
            ||
| 18 | 'response.headers.cookie',  | 
            ||
| 19 | 'response.headers.authorization',  | 
            ||
| 20 | 'response.headers.proxyAuthorization',  | 
            ||
| 21 | 'response.headers.setCookie*',  | 
            ||
| 22 | 'response.headers.x*',  | 
            ||
| 23 | ],  | 
            ||
| 24 | },  | 
            ||
| 25 | };  | 
            ||
| 26 |