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 00544ce commit 3fcbca4Copy full SHA for 3fcbca4
apps/webapp/app/v3/eventRepository.server.ts
@@ -553,11 +553,6 @@ export class EventRepository {
553
const show = rehydrateShow(spanEvent.properties);
554
555
const properties = sanitizedAttributes(spanEvent.properties);
556
- const metadata = sanitizedAttributes(spanEvent.metadata);
557
- const context =
558
- metadata && typeof metadata === "object"
559
- ? (metadata.ctx as Record<string, unknown>)
560
- : undefined;
561
562
const messagingEvent = SpanMessagingEvent.optional().safeParse(
563
(properties as any)?.messaging
@@ -608,8 +603,6 @@ export class EventRepository {
608
603
payload,
609
604
output,
610
605
properties,
611
- metadata,
612
- context,
613
606
events: spanEvents,
614
607
show,
615
links,
0 commit comments