You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if no headers present, we don't read the body because we don't know the size of it
otherwise if a header exists, we introduce a hard limit, maybe 0.15mb or higher, this is what javascript does for replay and read the body if it is under the threshold
if it exceeds the hard limit we don't read the body
The read body is then attached to the hints in beforeSend and beforeSendTransaction and the user can then query it themselves if it is available
The text was updated successfully, but these errors were encountered:
Description
The read body is then attached to the hints in beforeSend and beforeSendTransaction and the user can then query it themselves if it is available
The text was updated successfully, but these errors were encountered: