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 773fea2 commit 5aeae67Copy full SHA for 5aeae67
1 file changed
dev-packages/cloudflare-integration-tests/expect.ts
@@ -28,6 +28,7 @@ function getSdk(sdk: 'cloudflare' | 'hono'): SdkInfo {
28
name: `npm:@sentry/${sdk}`,
29
version: SDK_VERSION,
30
},
31
+ ...(sdk === 'hono' ? [{ name: 'npm:@sentry/cloudflare', version: SDK_VERSION }] : []),
32
],
33
34
};
0 commit comments