Skip to content

Commit

Permalink
Change NR license key
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-rr committed Nov 29, 2023
1 parent d93c596 commit 3e64796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function recorderFromEnv(prefix: string): Recorder {
break;
case 'production':
// NODE_ENV set to `production` in bin/run_bin, which is specified in 'bin' package.json section
sink = new NewRelicSink('eu01xxcdd37dabf88558212c92c3199aFFFFNRAL');
sink = new NewRelicSink('eu01xx73a8521047150dd9414f6aedd2FFFFNRAL');
break;
}
}
Expand Down

0 comments on commit 3e64796

Please sign in to comment.