We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb3859 commit 72eb8d4Copy full SHA for 72eb8d4
newrelic.js
@@ -22,6 +22,16 @@ exports.config = {
22
*/
23
level: 'info'
24
},
25
+ /**
26
+ * This provides instrumentation for `setTimeout` and `setInterval` calls.
27
+ * We recommend you disable this instrumentation as it does not not provide
28
+ * much value and creates a lot of unncessary TraceSegments/Span events.
29
+ */
30
+ instrumentation: {
31
+ timers: {
32
+ enabled: false
33
+ }
34
+ },
35
/**
36
* When true, all request headers except for those listed in attributes.exclude
37
* will be captured for all traces, unless otherwise specified in a destination's
0 commit comments