Skip to content

Commit

Permalink
Add message to warn users about metrics collection
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-rr committed Dec 13, 2023
1 parent 4f81da5 commit 2ec4bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function recorderFromEnv(prefix: string): Recorder {
case 'production':
// NODE_ENV set to `production` in bin/run_bin, which is specified in 'bin' package.json section
sink = new NewRelicSink('eu01xx73a8521047150dd9414f6aedd2FFFFNRAL');
console.log('IMPORTANT MESSAGE: We are tracking metrics anonymously from the commands you are executing just for statistical purposes.');
break;
}
}
Expand Down

0 comments on commit 2ec4bf0

Please sign in to comment.