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 218c30c commit 053b301Copy full SHA for 053b301
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