-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Labels
Description
Issue you'd like to raise.
Hello, I'm wondering if it's possible to update existing, finished traces with tags and/or metadata. When I try this with Client.update_run and specify either tags or extra, I get no error, but there is no change to the trace I specified.
When I run update_run again on the same trace, I get a 409 error with message {"error":"Conflict: payload already received: payloads already received"}. Is it possible to update LS traces after the trace is finished?
Suggestion:
No response