We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100369e commit 21da1b5Copy full SHA for 21da1b5
packages/replay/src/coreHandlers/util/addBreadcrumbEvent.ts
@@ -27,7 +27,7 @@ export function addBreadcrumbEvent(replay: ReplayContainer, breadcrumb: Breadcru
27
timestamp: (breadcrumb.timestamp || 0) * 1000,
28
data: {
29
tag: 'breadcrumb',
30
- payload: normalize(breadcrumb),
+ payload: normalize(breadcrumb, 10),
31
},
32
});
33
0 commit comments