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 b24a7e6 commit 49cc920Copy full SHA for 49cc920
packages/cloudflare/src/index.ts
@@ -107,7 +107,7 @@ export { sentryPagesPlugin } from './pages-plugin';
107
export { wrapRequestHandler } from './request';
108
109
export { CloudflareClient } from './client';
110
-export { getDefaultIntegrations } from './sdk';
+export { getDefaultIntegrations, init } from './sdk';
111
112
export { fetchIntegration } from './integrations/fetch';
113
export { vercelAIIntegration } from './integrations/tracing/vercelai';
0 commit comments