fix: patch regression from #5359 (#5363)

This commit is contained in:
Charles Packer
2025-10-11 13:01:24 -07:00
committed by Caren Thomas
parent 07b9fc26a0
commit 681f4903fd

View File

@@ -193,7 +193,6 @@ def create_application() -> "FastAPI":
dsn=os.getenv("SENTRY_DSN"),
environment=os.getenv("LETTA_ENVIRONMENT", "undefined"),
traces_sample_rate=1.0,
before_send=before_send_filter,
_experiments={
"continuous_profiling_auto_start": True,
},