Skip to content

Commit

Permalink
Update packages/replay/src/replay.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
  • Loading branch information
mydea and billyvg committed Mar 7, 2023
1 parent e29e310 commit dc19c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/replay/src/replay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class ReplayContainer implements ReplayContainerInterface {
const breadcrumb = createBreadcrumb({
category: 'replay.mutations',
data: {
length: count,
count,
},
});
this._createCustomBreadcrumb(breadcrumb);
Expand Down

0 comments on commit dc19c9f

Please sign in to comment.