laminar fix attempt (#3742)

This commit is contained in:
pedrohsdb
2025-10-16 09:55:24 -07:00
committed by GitHub
parent 0a993f18ea
commit 8b93cdf5ad
5 changed files with 8 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ class LaminarTrace(BaseTrace):
# Map status to appropriate tag
status_tag_map = {
"completed": "COMPLETION",
"completed": "COMPLETED",
"failed": "FAILURE",
"timed_out": "TIMEOUT",
"canceled": "CANCELED",