Skip to content

Commit dc19c9f

Browse files
mydeabillyvg
andcommitted
Update packages/replay/src/replay.ts
Co-authored-by: Billy Vong <[email protected]>
1 parent e29e310 commit dc19c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/src/replay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export class ReplayContainer implements ReplayContainerInterface {
206206
const breadcrumb = createBreadcrumb({
207207
category: 'replay.mutations',
208208
data: {
209-
length: count,
209+
count,
210210
},
211211
});
212212
this._createCustomBreadcrumb(breadcrumb);

0 commit comments

Comments
 (0)