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 04cd5a1 commit 75f6819Copy full SHA for 75f6819
packages/browser/src/sdk.ts
@@ -1,5 +1,5 @@
1
import { getCurrentHub, initAndBind, Integrations as CoreIntegrations } from '@sentry/core';
2
-import { getGlobalObject, logger, SyncPromise } from '@sentry/utils';
+import { getGlobalObject, SyncPromise } from '@sentry/utils';
3
4
import { BrowserOptions } from './backend';
5
import { BrowserClient } from './client';
0 commit comments