Skip to content

Commit 49cc920

Browse files
committed
feat(cloudflare): export the init method
Signed-off-by: Marc MacLeod <[email protected]>
1 parent b24a7e6 commit 49cc920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export { sentryPagesPlugin } from './pages-plugin';
107107
export { wrapRequestHandler } from './request';
108108

109109
export { CloudflareClient } from './client';
110-
export { getDefaultIntegrations } from './sdk';
110+
export { getDefaultIntegrations, init } from './sdk';
111111

112112
export { fetchIntegration } from './integrations/fetch';
113113
export { vercelAIIntegration } from './integrations/tracing/vercelai';

0 commit comments

Comments
 (0)