We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faebfe0 commit d2f40c2Copy full SHA for d2f40c2
test/unit/collector/api.test.js
@@ -77,6 +77,8 @@ tap.test('reportSettings', (t) => {
77
})
78
79
t.test('handles excessive payload sizes without blocking subsequent sends', (t) => {
80
+ // remove the nock to agent_settings from beforeEach to avoid a console.error on afterEach
81
+ nock.cleanAll()
82
const tstamp = 1_707_756_300_000 // 2024-02-12T11:45:00.000-05:00
83
function log(data) {
84
return JSON.stringify({
0 commit comments