Skip to content

Commit

Permalink
add reproduction case
Browse files Browse the repository at this point in the history
  • Loading branch information
gevalo1 committed Apr 23, 2024
0 parents commit eb09633
Show file tree
Hide file tree
Showing 6 changed files with 3,478 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
9 changes: 9 additions & 0 deletions newrelic.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports.config = {
agent_enabled: true,
app_name: "node-newrelic-issue-2155",
license_key: "",
logging: { // Adding this logging block causes: "New Relic for Node.js in worker_threads is not officially supported. Not starting! To bypass this, set `config.worker_threads.enabled` to true in configuration."
level: 'warning',
filepath: 'stdout',
},
};
Loading

0 comments on commit eb09633

Please sign in to comment.