Skip to content

Commit 9b0cca2

Browse files
committed
lint
1 parent 5f727ed commit 9b0cca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/integrations/captureconsole.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { getClient, withScope } from '../currentScopes';
2-
import { captureException, captureMessage } from '../exports';
2+
import { captureException } from '../exports';
33
import { addConsoleInstrumentationHandler } from '../instrument/console';
44
import { defineIntegration } from '../integration';
55
import type { CaptureContext } from '../scope';

0 commit comments

Comments
 (0)