File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { getCapturedScopesOnSpan } from '../tracing/utils';
1515import type { TraceContext } from '../types-hoist/context' ;
1616import type { SpanLink , SpanLinkJSON } from '../types-hoist/link' ;
1717import type {
18- SerializedSpan ,
18+ SerializedStreamedSpan ,
1919 Span ,
2020 SpanAttributes ,
2121 SpanJSON ,
@@ -267,7 +267,7 @@ function getOtelParentSpanId(span: OpenTelemetrySdkTraceBaseSpan): string | unde
267267 * This is the final serialized span format that is sent to Sentry.
268268 * The returned serilaized spans must not be consumed by users or SDK integrations.
269269 */
270- export function streamedSpanJsonToSerializedSpan ( spanJson : StreamedSpanJSON ) : SerializedSpan {
270+ export function streamedSpanJsonToSerializedSpan ( spanJson : StreamedSpanJSON ) : SerializedStreamedSpan {
271271 return {
272272 ...spanJson ,
273273 attributes : serializeAttributes ( spanJson . attributes ) ,
You can’t perform that action at this time.
0 commit comments