Skip to content

Commit 0781263

Browse files
committed
fixup! fix(cloudflare): Recreate client when previous one was disposed
1 parent 027b6a8 commit 0781263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cloudflare/test/wrapMethodWithSentry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ vi.mock('../src/sdk', () => ({
2020

2121
// Mock sentry/core functions
2222
vi.mock('@sentry/core', async importOriginal => {
23-
const actual = await importOriginal<typeof import('@sentry/core')>();
23+
const actual = await importOriginal<object>();
2424
return {
2525
...actual,
2626
getClient: vi.fn(),

0 commit comments

Comments
 (0)