Skip to content

Commit 75f6819

Browse files
committed
Remove unused logger import
1 parent 04cd5a1 commit 75f6819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { getCurrentHub, initAndBind, Integrations as CoreIntegrations } from '@sentry/core';
2-
import { getGlobalObject, logger, SyncPromise } from '@sentry/utils';
2+
import { getGlobalObject, SyncPromise } from '@sentry/utils';
33

44
import { BrowserOptions } from './backend';
55
import { BrowserClient } from './client';

0 commit comments

Comments
 (0)