mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-09 12:38:14 +00:00
When crew.memory is a custom Memory instance (not a bool), OpenTelemetry cannot serialize it as a span attribute. Convert non-bool memory values to the class name string before passing to _add_attribute. Fixes #4703 Co-Authored-By: João <joao@crewai.com>