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 76c8191 commit cddc6e4Copy full SHA for cddc6e4
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