Merged
Show file tree
Hide file tree
Changes from 1 commit
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Previous commit
cursor cleanup
  • Loading branch information
@AbhiPrasad
AbhiPrasad committedJun 11, 2025
commit 9ba5f84adc166fbf3a7ba94648994534e636dcd5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
import { KoaInstrumentation } from '@opentelemetry/instrumentation-koa';
import { type MockInstance, beforeEach, describe, expect, it, vi } from 'vitest';
import { koaIntegration, instrumentKoa } from '../../../src/integrations/tracing/koa';
import { instrumentKoa, koaIntegration } from '../../../src/integrations/tracing/koa';
import { INSTRUMENTED } from '../../../src/otel/instrument';

vi.mock('@opentelemetry/instrumentation-koa');
Expand Down
Loading