File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,7 @@ export type EventItem = BaseEnvelopeItem<EventItemHeaders, Event>;
8888export type AttachmentItem = BaseEnvelopeItem < AttachmentItemHeaders , string | Uint8Array > ;
8989export type UserFeedbackItem = BaseEnvelopeItem < UserFeedbackItemHeaders , UserFeedback > ;
9090export type SessionItem =
91- // TODO(v8): Only allow serialized session here (as opposed to Session or SerializedSesison)
92- | BaseEnvelopeItem < SessionItemHeaders , Session | SerializedSession >
91+ | BaseEnvelopeItem < SessionItemHeaders , SerializedSession >
9392 | BaseEnvelopeItem < SessionAggregatesItemHeaders , SessionAggregates > ;
9493export type ClientReportItem = BaseEnvelopeItem < ClientReportItemHeaders , ClientReport > ;
9594export type CheckInItem = BaseEnvelopeItem < CheckInItemHeaders , SerializedCheckIn > ;
You can’t perform that action at this time.
0 commit comments