Skip to content

Commit f30419f

Browse files
mydeaandreiborza
andcommitted
Apply suggestions from code review
Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
1 parent a2945ef commit f30419f

File tree

1 file changed

+2
-2
lines changed
  • packages/cloudflare/src/integrations/tracing

1 file changed

+2
-2
lines changed

packages/cloudflare/src/integrations/tracing/vercelai.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* because Cloudflare Workers do not support it.
66
*
77
* 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.
99
*/
1010

1111
import type { Client, IntegrationFn } from '@sentry/core';
@@ -57,7 +57,7 @@ const _vercelAIIntegration = ((options: VercelAiOptions = {}) => {
5757
* });
5858
* ```
5959
*
60-
* The integration automatically detects when to force registration in CommonJS environments
60+
* The integration automatically detects when to force registration.
6161
* when the 'ai' package is available. You can still manually set the `force` option if needed.
6262
*
6363
* Unlike the Vercel AI integration in the node SDK, this integration does not add tracing support to

0 commit comments

Comments
 (0)