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 27f00ed commit 1c45239Copy full SHA for 1c45239
packages/replay/test/integration/coreHandlers/handleAfterSendEvent.test.ts
@@ -5,9 +5,9 @@ import { UNABLE_TO_SEND_REPLAY } from '../../../src/constants';
5
import { handleAfterSendEvent } from '../../../src/coreHandlers/handleAfterSendEvent';
6
import type { ReplayContainer } from '../../../src/replay';
7
import { Error } from '../../fixtures/error';
8
+import { Transaction } from '../../fixtures/transaction';
9
import { resetSdkMock } from '../../mocks/resetSdkMock';
10
import { useFakeTimers } from '../../utils/use-fake-timers';
-import { Transaction } from '../../fixtures/transaction';
11
12
useFakeTimers();
13
let replay: ReplayContainer;
0 commit comments