forked from rrweb-io/rrweb
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
getsentry/sentry-javascript
#7485Description
Mutations are capturing file uploads, which cause the replay to become very large. There's no reason to capture this data.
Example snippet:
{
"type": 3,
"data": {
"source": 5,
"text": "C:\\fakepath\\foo.zip",
"isChecked": false,
"id": 10513
},
"timestamp": 1674760126020
},
{
"type": 3,
"data": {
"source": 5,
"text": "",
"isChecked": false,
"id": 10513
},
"timestamp": 1674760126047
},
{
"type": 3,
"data": {
"source": 0,
"texts": [],
"attributes": [
{
"id": 10517,
"attributes": {
"src": "data:application/x-zip-compressed;base64,UEsDBBQACAgIAMJYOlYAAAAAAAAAAAAAAAATABwAMjAyMzAxMjZfMTQwNDM4LmpwZ3VwGAAB3n1+lzIwMjMwMTI2XzE0MDQzOC5qcGcAAID/f//Y/+EC3EV4aWYAAE1NACoAAAAIAA0BAAADAAAAAQ/AAAABAQADAAAAAQvQAAABDwACAAAACAAAAKoBEAACAAAACQA...
Metadata
Metadata
Assignees
Labels
No labels