Skip to content

Commit c1b07f6

Browse files
committed
fix: use subpath export
1 parent 60dca89 commit c1b07f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nitro/src/runtime/hooks/captureTracingEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
startSpanManual,
1717
updateSpanName,
1818
} from '@sentry/core';
19-
import { tracingChannel, type TracingChannelContextWithSpan } from '@sentry/opentelemetry';
19+
import { tracingChannel, type TracingChannelContextWithSpan } from '@sentry/opentelemetry/tracingChannel';
2020
import type { TracingRequestEvent as H3TracingRequestEvent } from 'h3/tracing';
2121
import type { RequestEvent as SrvxRequestEvent } from 'srvx/tracing';
2222
import { setServerTimingHeaders } from './setServerTimingHeaders';

0 commit comments

Comments
 (0)