Skip to content

Commit 2785d43

Browse files
committed
fix nitropack type
1 parent 4ee837d commit 2785d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/src/runtime/hooks/captureErrorHook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { captureException, getClient, getCurrentScope } from '@sentry/core';
22
// eslint-disable-next-line import/no-extraneous-dependencies
33
import { H3Error } from 'h3';
4-
import type { CapturedErrorContext } from 'nitropack';
4+
import type { CapturedErrorContext } from 'nitropack/types';
55
import { extractErrorContext, flushIfServerless } from '../utils';
66

77
/**

0 commit comments

Comments
 (0)