8000 cleanup · getsentry/sentry-javascript@90bc132 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90bc132

Browse files
committed
cleanup
1 parent 8b6e836 commit 90bc132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/test/client.test.ts

-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import * as sentryCore from '@sentry/core';
6-
import { Scope, SDK_VERSION } from '@sentry/core';
6+
import { Scope } from '@sentry/core';
77
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
88
import { applyDefaultOptions, BrowserClient } from '../src/client';
99
import { WINDOW } from '../src/helpers';

0 commit comments

Comments
 (0)
0