-
-
Notifications
You must be signed in to change notification settings - Fork 226
feat(replay): Add documentation about replay event types #1197
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
cc @vaind |
|
||
**Additional Item Headers:** | ||
|
||
*None* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe length
is required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for replay_event
though right? only replay_recording
which is below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Each envelope item needs a length header because a new line character could be present in the item's payload.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm we currently do not send a length header for js sdk
Co-authored-by: Ivan Dlugos <6349682+vaind@users.noreply.github.com>
Relates to: