Skip to content

Commit f4937e5

Browse files
Update docs/platforms/javascript/common/configuration/vercelai.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent a020199 commit f4937e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/configuration/vercelai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const result = await generateText({
4848

4949
## Configuration
5050

51-
By default this integration adds tracing support to all `ai` function callsites. If you need to disable collecting spans for a specific call, you can do so by setting `experimental_telemetry.isEnabled` to `false` in the first argument of the function call.
51+
By default this integration adds tracing support to all `ai` function callsites. If you need to disable span collection for a specific call, you can do so by setting `experimental_telemetry.isEnabled` to `false` in the first argument of the function call.
5252

5353
```javascript
5454
const result = await generateText({

0 commit comments

Comments
 (0)