Skip to content

Commit fca8f2e

Browse files
author
Luca Forstner
committed
format
1 parent 7f557f8 commit fca8f2e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

packages/sveltekit/test/client/sdk.test.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
import type { BrowserClient } from '@sentry/svelte';
22
import * as SentrySvelte from '@sentry/svelte';
3-
import {
4-
SDK_VERSION,
5-
browserTracingIntegration,
6-
getClient,
7-
getCurrentScope,
8-
getGlobalScope,
9-
getIsolationScope,
10-
} from '@sentry/svelte';
3+
import { SDK_VERSION, getClient, getCurrentScope, getGlobalScope, getIsolationScope } from '@sentry/svelte';
114
import { vi } from 'vitest';
125

13-
import { BrowserTracing, init } from '../../src/client';
14-
import { svelteKitRoutingInstrumentation } from '../../src/client/router';
6+
import { init } from '../../src/client';
157

168
const svelteInit = vi.spyOn(SentrySvelte, 'init');
179

0 commit comments

Comments
 (0)