Skip to content

Commit 7865cc5

Browse files
committed
ref comment
1 parent e631ecc commit 7865cc5

File tree

1 file changed

+1
-10
lines changed
  • packages/cloudflare/src/integrations/tracing

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,7 @@ const _vercelAIIntegration = ((options: VercelAiOptions = {}) => {
4848
*
4949
* For more information, see the [`ai` documentation](https://sdk.vercel.ai/docs/ai-sdk-core/telemetry).
5050
*
51-
* @example
52-
* ```javascript
53-
* const Sentry = require('@sentry/cloudflare');
54-
*
55-
* Sentry.init({
56-
* integrations: [Sentry.vercelAIIntegration()],
57-
* });
58-
* ```
59-
*
60-
* The integration automatically detects when to force registration.
51+
* The integration automatically detects when to force registration
6152
* when the 'ai' package is available. You can still manually set the `force` option if needed.
6253
*
6354
* Unlike the Vercel AI integration in the node SDK, this integration does not add tracing support to

0 commit comments

Comments
 (0)