Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Apr 11, 2022
1 parent 4575384 commit 62ec8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/basebackend.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Event, EventHint, Options, Session, Severity, Transport } from '@sentry/types';
import { logger, SentryError } from '@sentry/utils';
import { logger } from '@sentry/utils';

import { initAPIDetails } from './api';
import { IS_DEBUG_BUILD } from './flags';
Expand Down

0 comments on commit 62ec8da

Please sign in to comment.