Skip to content

Commit 62ec8da

Browse files
committed
fix unused import
1 parent 4575384 commit 62ec8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/core/src/basebackend.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Event, EventHint, Options, Session, Severity, Transport } from '@sentry/types';
2-
import { logger, SentryError } from '@sentry/utils';
2+
import { logger } from '@sentry/utils';
33

44
import { initAPIDetails } from './api';
55
import { IS_DEBUG_BUILD } from './flags';

0 commit comments

Comments
 (0)