Skip to content

Commit 60e57a1

Browse files
authored
refactor: Updated lib/shim/shim.js to remove cognitive complexity violations (#1950)
1 parent 04fee88 commit 60e57a1

File tree

2 files changed

+357
-241
lines changed

2 files changed

+357
-241
lines changed

.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ module.exports = {
2020
'Shim',
2121
'TraceSegment',
2222
'Transaction',
23+
'Tracer',
2324
'Exception',
24-
'MetricAggregator'
25+
'MetricAggregator',
26+
'EventEmitter'
2527
]
2628
}
2729
]

0 commit comments

Comments
 (0)