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>;
88
88
export type AttachmentItem = BaseEnvelopeItem < AttachmentItemHeaders , string | Uint8Array > ;
89
89
export type UserFeedbackItem = BaseEnvelopeItem < UserFeedbackItemHeaders , UserFeedback > ;
90
90
export 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 >
93
92
| BaseEnvelopeItem < SessionAggregatesItemHeaders , SessionAggregates > ;
94
93
export type ClientReportItem = BaseEnvelopeItem < ClientReportItemHeaders , ClientReport > ;
95
94
export type CheckInItem = BaseEnvelopeItem < CheckInItemHeaders , SerializedCheckIn > ;
You can’t perform that action at this time.
0 commit comments