We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a1123 commit 3815bcaCopy full SHA for 3815bca
plugins/node/opentelemetry-instrumentation-mysql2/test/mysql.test.ts
@@ -369,8 +369,6 @@ describe('mysql2', () => {
369
const span = provider.getTracer('default').startSpan('test span');
370
context.with(trace.setSpan(context.active(), span), () => {
371
connection.query('SELECT 1+1 as solution', (e, r) => {
372
- console.log(e);
373
- console.log(r);
374
const spans = memoryExporter.getFinishedSpans();
375
assert.strictEqual(spans.length, 1);
376
getLastQueries(1).then(([query]) => {
0 commit comments