Skip to content

Commit db2aa7d

Browse files
committed
fix import
1 parent d109d4b commit db2aa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/base.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Hub, Scope, Session } from '@sentry/hub';
22
import { Event, Span, Transport } from '@sentry/types';
3-
import { logger, SentryError, SyncPromise, dsnToString } from '@sentry/utils';
3+
import { logger, SentryError, dsnToString } from '@sentry/utils';
44

55
import * as integrationModule from '../../src/integration';
66
import { TestBackend } from '../mocks/backend';

0 commit comments

Comments
 (0)