Skip to content

Commit

Permalink
feat: send less tracing data to newrelic (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh authored Dec 11, 2023
1 parent 74355a3 commit 25500be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions newrelic.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,21 @@ exports.config = {
distributed_tracing: {
enabled: true,
},
span_events: {
max_samples_stored: 100,
},
transaction_events: {
max_samples_stored: 100,
attributes: {
enabled: false,
},
},
rules: {
ignore: [
'^/socket.io/.*/xhr-polling/', // default item
'^/health',
],
},
allow_all_headers: true,
attributes: {
exclude: [
Expand Down

0 comments on commit 25500be

Please sign in to comment.