docs: document provider SDK auto-instrumentation - #365
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5b8486ce01
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| - **A framework helper** — OpenAI Agents, Claude, Vercel AI, and the rest in [Telemetry Integrations](/features/integrations) — which instruments your tools automatically. | ||
| - **`traceTool`** on a custom agent's tool handlers. It records the `Tool: <name>` span for you (on a tracing-enabled client); see [Tracing Tools](/running-requests/traces#tracing-tools) for the full contract. | ||
| - **A framework helper** — OpenAI Agents, Claude, Vercel AI, and the rest in [Telemetry Integrations](/features/observability/traces/integrations) — which instruments your tools automatically. | ||
| - **`traceTool`** on a custom agent's tool handlers. It records the `Tool: <name>` span for you (on a tracing-enabled client); see [Tracing Tools](/features/observability/traces#tracing-tools) for the full contract. |
There was a problem hiding this comment.
Fix stale tracing-tools anchor
This updated link still points at #tracing-tools, but the new traces page defines the section as ## Trace Tools, which generates #trace-tools; the same stale fragment appears in the other eval docs, so users following these links no longer land on the traceTool instructions. Either restore the old anchor/heading or update all new links to the generated fragment.
AGENTS.md reference: AGENTS.md:L72-L72
Useful? React with 👍 / 👎.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
411b4ff to
84c25c8
Compare
1ca82d1 to
72579e3
Compare
Add Python and JavaScript setup for supported OpenAI APIs. Explain initialization, content capture, exporter configuration, flushing, and verification. Clarify how provider instrumentation relates to PromptLayer traces and request logs.
Group request-log configuration under Request Logs and tracing configuration under Traces. Move Search and Analytics into Core Concepts and remove redundant Advanced hubs. Update canonical paths, backlinks, and redirects from pages published on master.
803355d to
53815fd
Compare
53815fd to
d3f6e90
Compare
Add Anthropic and Google guides alongside expanded OpenAI coverage. Document provider selection, content capture, exporter options, and lifecycle. Clarify tracing navigation and integration discovery.
d3f6e90 to
7126689
Compare
Document supported Boto3 Bedrock Runtime operations and setup. Clarify content capture, streaming, and Botocore-wide tracing behavior. Link the guide from observability navigation and Python SDK entry points.
Summary
Validation
mint validatemint broken-links