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 262c896 commit d74ae9eCopy full SHA for d74ae9e
packages/cloudflare/src/sdk.ts
@@ -13,6 +13,7 @@ import {
13
import type { CloudflareClientOptions, CloudflareOptions } from './client';
14
import { CloudflareClient } from './client';
15
import { fetchIntegration } from './integrations/fetch';
16
+import { modulesIntegration } from './integrations/modules';
17
import { vercelAIIntegration } from './integrations/tracing/vercelai';
18
import { setupOpenTelemetryTracer } from './opentelemetry/tracer';
19
import { makeCloudflareTransport } from './transport';
0 commit comments