Skip to content

Commit

Permalink
refactor: exclude property 'extra.data' from object
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtech-cerveny committed Nov 22, 2024
1 parent 27d7bb0 commit 4d69789
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/actions/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ export function sendToRollbar(err, props) {
}

const extra = { ...props };
delete extra.data;

if (_.get(props, 'data.blobId', false)) {
extra.blobId = props.data.blobId;
}
Expand Down

0 comments on commit 4d69789

Please sign in to comment.