You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/insights/agents/getting-started.mdx
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,10 +150,24 @@ async function aiAgent(userQuery) {
150
150
}
151
151
```
152
152
153
+
<Alerttitle="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).
@@ -186,8 +200,8 @@ result = await agents.Runner.run(
186
200
187
201
```
188
202
189
-
<Alerttitle="Don't see your platform?">
203
+
<Alerttitle="Don't see your SDK?">
190
204
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).
0 commit comments