Skip to content

Commit d669da2

Browse files
committed
linting
1 parent c95356d commit d669da2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/node/src/integrations/modules.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { existsSync, readFileSync } from 'node:fs';
22
import { dirname, join } from 'node:path';
33
import type { IntegrationFn } from '@sentry/core';
4-
import { defineIntegration } from '@sentry/core';
54
import { isCjs } from '../utils/commonjs';
65

76
type ModuleInfo = Record<string, string>;

0 commit comments

Comments
 (0)