File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
packages/cloudflare/src/integrations/tracing Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -48,16 +48,7 @@ const _vercelAIIntegration = ((options: VercelAiOptions = {}) => {
48
48
*
49
49
* For more information, see the [`ai` documentation](https://sdk.vercel.ai/docs/ai-sdk-core/telemetry).
50
50
*
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
61
52
* when the 'ai' package is available. You can still manually set the `force` option if needed.
62
53
*
63
54
* 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