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 681838d commit be45205Copy full SHA for be45205
packages/node/src/integrations/onuncaughtexception.ts
@@ -2,7 +2,6 @@ import { getCurrentHub, Scope } from '@sentry/core';
2
import { Integration, Severity } from '@sentry/types';
3
import { logger } from '@sentry/utils/logger';
4
5
-import { NodeOptions } from '../backend';
6
import { NodeClient } from '../client';
7
import { defaultOnFatalError } from '../handlers';
8
0 commit comments