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 69461f1 commit 75ace7dCopy full SHA for 75ace7d
packages/replay/test/unit/coreHandlers/handleNetworkBreadcrumbs.test.ts
@@ -8,11 +8,11 @@ import type {
8
import { TextEncoder } from 'util';
9
10
import { BASE_TIMESTAMP } from '../..';
11
+import { NETWORK_BODY_MAX_SIZE } from '../../../src/constants';
12
import { beforeAddNetworkBreadcrumb } from '../../../src/coreHandlers/handleNetworkBreadcrumbs';
13
import type { EventBufferArray } from '../../../src/eventBuffer/EventBufferArray';
14
import type { ReplayContainer } from '../../../src/types';
15
import { setupReplayContainer } from '../../utils/setupReplayContainer';
-import { NETWORK_BODY_MAX_SIZE } from '../../../src/constants';
16
17
jest.useFakeTimers();
18
0 commit comments