mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fix: correct ProjectItem.home property to return path instead of name (#341)
Signed-off-by: phernandez <paul@basicmachines.co> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -34,7 +34,7 @@ async def lifespan(app: FastAPI): # pragma: no cover
|
||||
# Instrument httpx client for distributed tracing when in cloud mode
|
||||
if app_config.cloud_mode_enabled:
|
||||
try:
|
||||
import logfire
|
||||
import logfire # pyright: ignore[reportMissingImports]
|
||||
from basic_memory.mcp.async_client import client as httpx_client
|
||||
|
||||
logger.info("Cloud mode enabled - instrumenting httpx client for distributed tracing")
|
||||
|
||||
Reference in New Issue
Block a user