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 027b6a8 commit 0781263Copy full SHA for 0781263
1 file changed
packages/cloudflare/test/wrapMethodWithSentry.test.ts
@@ -20,7 +20,7 @@ vi.mock('../src/sdk', () => ({
20
21
// Mock sentry/core functions
22
vi.mock('@sentry/core', async importOriginal => {
23
- const actual = await importOriginal<typeof import('@sentry/core')>();
+ const actual = await importOriginal<object>();
24
return {
25
...actual,
26
getClient: vi.fn(),
0 commit comments