File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/cloudflare/src/integrations/tracing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
* because Cloudflare Workers do not support it.
6
6
*
7
7
* Therefore, we cannot automatically patch setting `experimental_telemetry: { isEnabled: true }`
8
- * and users have to manually these to get spans.
8
+ * and users have to manually set this to get spans.
9
9
*/
10
10
11
11
import type { Client , IntegrationFn } from '@sentry/core' ;
@@ -57,7 +57,7 @@ const _vercelAIIntegration = ((options: VercelAiOptions = {}) => {
57
57
* });
58
58
* ```
59
59
*
60
- * The integration automatically detects when to force registration in CommonJS environments
60
+ * The integration automatically detects when to force registration.
61
61
* when the 'ai' package is available. You can still manually set the `force` option if needed.
62
62
*
63
63
* Unlike the Vercel AI integration in the node SDK, this integration does not add tracing support to
You can’t perform that action at this time.
0 commit comments