Skip to content

Commit 51830a5

Browse files
committed
fix ts3.8 test
1 parent f4b1169 commit 51830a5

File tree

1 file changed

+22
-2
lines changed
  • packages/e2e-tests/test-applications/generic-ts3.8

1 file changed

+22
-2
lines changed
Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
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';

0 commit comments

Comments
 (0)