Skip to content

Mutations are capturing file uploads #80

@billyvg

Description

@billyvg

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions