8000
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 8b6e836 commit 90bc132Copy full SHA for 90bc132
packages/browser/test/client.test.ts
@@ -3,7 +3,7 @@
3
*/
4
5
import * as sentryCore from '@sentry/core';
6
-import { Scope, SDK_VERSION } from '@sentry/core';
+import { Scope } from '@sentry/core';
7
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
8
import { applyDefaultOptions, BrowserClient } from '../src/client';
9
import { WINDOW } from '../src/helpers';
0 commit comments