Skip to content

Commit 3b0b8bf

Browse files
committed
fix lint
1 parent 05ad85e commit 3b0b8bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/node-integration-tests/suites/tracing/envelope-header/error-active-span-unsampled

dev-packages/node-integration-tests/suites/tracing/envelope-header/error-active-span-unsampled/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test('envelope header for error event during active unsampled span is correct',
1414
sample_rate: '0',
1515
sampled: 'false',
1616
sample_rand: expect.any(String),
17-
transaction: 'test span'
17+
transaction: 'test span',
1818
},
1919
},
2020
})

0 commit comments

Comments
 (0)