Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface Props {
projectSlug: string;
}

function SpanEvidenceInteriumSection({
function SpanEvidenceInterimSection({
children,
event,
organization,
Expand Down Expand Up @@ -76,7 +76,7 @@ export function SpanEvidenceSection({event, organization, projectSlug}: Props) {

const traceId = event.contexts.trace?.trace_id;
return (
<SpanEvidenceInteriumSection
<SpanEvidenceInterimSection
event={event}
organization={organization}
projectSlug={projectSlug}
Expand All @@ -89,6 +89,6 @@ export function SpanEvidenceSection({event, organization, projectSlug}: Props) {
traceId={traceId}
/>
)}
</SpanEvidenceInteriumSection>
</SpanEvidenceInterimSection>
);
}
Loading