Skip to content

Commit 7754521

Browse files
authored
test: initialize processTags in runtime metric tests (#7793)
* initaliaze processTags * move intialize to test level
1 parent 40e50ce commit 7754521

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/dd-trace/test/runtime_metrics.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ function createGarbage (count = 50) {
3737
let proxy
3838
let config
3939

40+
before(() => {
41+
require('../src/process-tags').initialize()
42+
})
43+
4044
beforeEach(() => {
4145
config = {
4246
runtimeMetrics: {

0 commit comments

Comments
 (0)