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 5f727ed commit 9b0cca2Copy full SHA for 9b0cca2
packages/core/src/integrations/captureconsole.ts
@@ -1,5 +1,5 @@
1
import { getClient, withScope } from '../currentScopes';
2
-import { captureException, captureMessage } from '../exports';
+import { captureException } from '../exports';
3
import { addConsoleInstrumentationHandler } from '../instrument/console';
4
import { defineIntegration } from '../integration';
5
import type { CaptureContext } from '../scope';
0 commit comments