Add tracing documentation and enable tracing feature in CrewAI

- Introduced a new documentation page for CrewAI Tracing, detailing setup and usage.
- Updated the main documentation to include the new tracing page in the observability section.
- Added example code snippets for enabling tracing in both Crews and Flows.
- Included instructions for global tracing configuration via environment variables.
- Added a new image for the CrewAI Tracing interface.
This commit is contained in:
Lorenze Jay
2025-10-02 04:33:18 -07:00
committed by GitHub
parent eabced321c
commit f47e0c82c4
4 changed files with 214 additions and 0 deletions

View File

@@ -246,6 +246,7 @@
{
"group": "Observability",
"pages": [
"en/observability/tracing",
"en/observability/overview",
"en/observability/arize-phoenix",
"en/observability/braintrust",