Skip to content

Commit a181643

Browse files
committed
remove console.log
1 parent c897dd7 commit a181643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/web/opentelemetry-instrumentation-web-exception/test/instrumentation.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ describe('WebExceptionInstrumentation', () => {
173173
assert.ok(events.length > 0, 'Expected at least one log record');
174174
const event = events[0];
175175
const body = event.body as Record<string, any>;
176-
console.log(event);
177176
assert.strictEqual(body['app.custom.exception'], 'SOMETHING HAPPENED!');
178177
}, 0);
179178
});

0 commit comments

Comments
 (0)