File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
packages/e2e-tests/test-applications/generic-ts3.8 Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1- /* eslint-disable @typescript-eslint/no-unused-vars */
2- // we need to import the SDK to ensure tsc check the types
1+ // biome-ignore lint/nursery/noUnusedImports: we need to import the SDK to ensure tsc check the types
2+ import * as _SentryBrowser from '@sentry/browser' ;
3+ // biome-ignore lint/nursery/noUnusedImports:
4+ import * as _SentryCore from '@sentry/core' ;
5+ // biome-ignore lint/nursery/noUnusedImports:
6+ import * as _SentryHub from '@sentry/hub' ;
7+ // biome-ignore lint/nursery/noUnusedImports:
8+ import * as _SentryIntegrations from '@sentry/integrations' ;
9+ // biome-ignore lint/nursery/noUnusedImports:
10+ import * as _SentryNode from '@sentry/node' ;
11+ // biome-ignore lint/nursery/noUnusedImports:
12+ import * as _SentryOpentelemetry from '@sentry/opentelemetry-node' ;
13+ // biome-ignore lint/nursery/noUnusedImports:
14+ import * as _SentryReplay from '@sentry/replay' ;
15+ // biome-ignore lint/nursery/noUnusedImports:
16+ import * as _SentryTracing from '@sentry/tracing' ;
17+ // biome-ignore lint/nursery/noUnusedImports:
18+ import * as _SentryTypes from '@sentry/types' ;
19+ // biome-ignore lint/nursery/noUnusedImports:
20+ import * as _SentryUtils from '@sentry/utils' ;
21+ // biome-ignore lint/nursery/noUnusedImports:
22+ import * as _SentryWasm from '@sentry/wasm' ;
You can’t perform that action at this time.
0 commit comments