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 4ee837d commit 2785d43Copy full SHA for 2785d43
packages/nuxt/src/runtime/hooks/captureErrorHook.ts
@@ -1,7 +1,7 @@
1
import { captureException, getClient, getCurrentScope } from '@sentry/core';
2
// eslint-disable-next-line import/no-extraneous-dependencies
3
import { H3Error } from 'h3';
4
-import type { CapturedErrorContext } from 'nitropack';
+import type { CapturedErrorContext } from 'nitropack/types';
5
import { extractErrorContext, flushIfServerless } from '../utils';
6
7
/**
0 commit comments