Skip to content

Commit 67ff331

Browse files
updates
1 parent 9d8c183 commit 67ff331

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

tracing/quickstart.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ Create an API key from your [Settings → API Keys](https://app.zeroeval.com/set
99

1010
### Install the SDK
1111

12-
Get started with the Python SDK:
12+
Get started with one of our SDKs:
1313

14-
<Card title="Python SDK" icon="python" href="/tracing/sdks/python/setup">
15-
For Python applications using frameworks like FastAPI, Django, or Flask
16-
</Card>
14+
<CardGroup cols={2}>
15+
<Card title="Python SDK" icon="python" href="/tracing/sdks/python/setup">
16+
For Python applications using frameworks like FastAPI, Django, or Flask
17+
</Card>
18+
<Card title="TypeScript SDK" icon="js" href="/tracing/sdks/typescript/setup">
19+
For TypeScript and JavaScript applications using Node.js or Bun
20+
</Card>
21+
</CardGroup>

0 commit comments

Comments
 (0)