Skip to content

Commit 55fd94d

Browse files
committed
Use always "module.exports", not the alias "exports"
1 parent e316fc8 commit 55fd94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: newrelic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Configuration for the New Relic Node.js agent
44

5-
exports.config = {
5+
module.exports.config = {
66
app_name: process.env.NEW_RELIC_APP_NAME || 'app',
77
logging: {
88
filepath: process.env.NEW_RELIC_LOG || 'stdout'

0 commit comments

Comments
 (0)