()
| 45 | const httpEnabled = getCategoryEnabledBuffer('node.http'); |
| 46 | |
| 47 | function isTraceHTTPEnabled() { |
| 48 | return httpEnabled[0] > 0; |
| 49 | } |
| 50 | |
| 51 | const traceEventCategory = 'node,node.http'; |
| 52 |
no outgoing calls
no test coverage detected
searching dependent graphs…