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 2491ade commit 12ca3f5Copy full SHA for 12ca3f5
packages/nitro/src/runtime/hooks/captureTracingEvents.ts
@@ -16,7 +16,7 @@ import {
16
startSpanManual,
17
updateSpanName,
18
} from '@sentry/core';
19
-import { tracingChannel, type TracingChannelContextWithSpan } from '@sentry/opentelemetry';
+import { tracingChannel, type TracingChannelContextWithSpan } from '@sentry/opentelemetry/tracingChannel';
20
import type { TracingRequestEvent as H3TracingRequestEvent } from 'h3/tracing';
21
import type { RequestEvent as SrvxRequestEvent } from 'srvx/tracing';
22
import { setServerTimingHeaders } from './setServerTimingHeaders';
0 commit comments