Skip to content

Commit 5aeae67

Browse files
committed
fix test
1 parent 773fea2 commit 5aeae67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • dev-packages/cloudflare-integration-tests

dev-packages/cloudflare-integration-tests/expect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function getSdk(sdk: 'cloudflare' | 'hono'): SdkInfo {
2828
name: `npm:@sentry/${sdk}`,
2929
version: SDK_VERSION,
3030
},
31+
...(sdk === 'hono' ? [{ name: 'npm:@sentry/cloudflare', version: SDK_VERSION }] : []),
3132
],
3233
version: SDK_VERSION,
3334
};

0 commit comments

Comments
 (0)