Skip to content

Commit acb0709

Browse files
matejminarlucas-zimerman
authored andcommitted
feat(ai-agents): Add voting for JS SDKs (#14334)
1 parent 9f389bf commit acb0709

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

docs/product/insights/agents/getting-started.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,24 @@ async function aiAgent(userQuery) {
150150
}
151151
```
152152

153+
<Alert title="Don't see your SDK?">
154+
155+
We'll be adding AI agent integrations continuously. Please vote on [GitHub](https://github.com/getsentry/sentry-javascript/issues/16960) which one you'd like to see next. You can also instrument AI agents manually by following our [manual instrumentation guide](/platforms/javascript/tracing/instrumentation/ai-agents-module).
156+
157+
</Alert>
158+
153159
### Python - OpenAI Agents
154160

155161
The Sentry Python SDK supports OpenAI Agents SDK.
156162

163+
#### Supported Platforms
164+
165+
- <LinkWithPlatformIcon
166+
platform="python"
167+
label="Python"
168+
url="/platforms/python/integrations/openai-agents/"
169+
/>
170+
157171
#### Quick Start with OpenAI Agents
158172

159173
```python
@@ -186,8 +200,8 @@ result = await agents.Runner.run(
186200

187201
```
188202

189-
<Alert title="Don't see your platform?">
203+
<Alert title="Don't see your SDK?">
190204

191-
We'll be adding AI agent integrations continuously. You can also instrument AI agents manually by following our manual instrumentation guides for [Javascript](/platforms/javascript/tracing/instrumentation/ai-agents-module) and [Python](/platforms/python/tracing/instrumentation/custom-instrumentation/ai-agents-module).
205+
You can also instrument AI agents manually by following our [manual instrumentation guides](/platforms/python/tracing/instrumentation/custom-instrumentation/ai-agents-module).
192206

193207
</Alert>

0 commit comments

Comments
 (0)