fix(ops_tracing): enhance error handle in celery tasks. (#10401)
This commit is contained in:
@@ -54,3 +54,7 @@ class LangSmithConfig(BaseTracingConfig):
|
||||
raise ValueError("endpoint must start with https://")
|
||||
|
||||
return v
|
||||
|
||||
|
||||
OPS_FILE_PATH = "ops_trace/"
|
||||
OPS_TRACE_FAILED_KEY = "FAILED_OPS_TRACE"
|
||||
|
Reference in New Issue
Block a user