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/platforms/python/tracing/instrumentation/custom-instrumentation/ai-agents-module.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sidebar_order: 500
4
4
description: "Learn how to manually instrument your code to use Sentry's Agents module."
5
5
---
6
6
7
-
As a prerequisite to setting up AI Agents, you’ll need to first <PlatformLinkto="/tracing/">set up tracing</PlatformLink>. Once this is done, the Python SDK will automatically instrument AI agents created with the `openai-agents` library. If that doesn't fit your use case, you can set up using custom instrumentation described below.
7
+
As a prerequisite to setting up AI Agents, you’ll need to first <PlatformLinkto="/tracing/">set up tracing</PlatformLink>. Once this is done, the Python SDK will automatically instrument AI agents created with the `openai-agents` library. If that doesn't fit your use case, you can use custom instrumentation described below.
8
8
9
9
## Manual Instrumentation
10
10
@@ -89,7 +89,7 @@ Additional attributes on the span:
0 commit comments