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 4725d22 commit b9cc024Copy full SHA for b9cc024
1 file changed
packages/replay-internal/test/unit/coreHandlers/handleBreadcrumbs.test.ts
@@ -4,7 +4,7 @@ import { normalizeBreadcrumb, normalizeConsoleBreadcrumb } from '../../../src/co
4
5
describe('Unit | coreHandlers | handleBreadcrumbs', () => {
6
describe('normalizeBreadcrumb', () => {
7
- it.each([undefined, 'ui.click', 'ui.scroll', 'fetch', 'xhr', 'sentry.event', 'sentry.transaction'])(
+ it.each(['ui.click', 'ui.scroll', 'fetch', 'xhr', 'sentry.event', 'sentry.transaction'])(
8
'returns null if breadcrumb has category=%j',
9
category => {
10
const actual = normalizeBreadcrumb({ category });
0 commit comments