-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDKType: Improvement
Description
The goal here is to get on the Replay blob request_body_size and response_body_size so we can understand how large these are.
We'll need to set some limits so it can also help answer the question: "Why don't I see my request body" or "why is it truncated"?
Additionally, it'll help us get a distribution of size and decide what these limits should be.
Note that Mobile SDKs add to breadcrumb.data the keys request_body_size and response_body_size to all breadcrumbs. This isn't on the develop docs it seems but possibly good value to breadcrumbs XHR/fetch on JS too outside of Replay
Metadata
Metadata
Assignees
Labels
Package: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDKType: Improvement