We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95356d commit d669da2Copy full SHA for d669da2
packages/node/src/integrations/modules.ts
@@ -1,7 +1,6 @@
1
import { existsSync, readFileSync } from 'node:fs';
2
import { dirname, join } from 'node:path';
3
import type { IntegrationFn } from '@sentry/core';
4
-import { defineIntegration } from '@sentry/core';
5
import { isCjs } from '../utils/commonjs';
6
7
type ModuleInfo = Record<string, string>;
0 commit comments