Trace Notes API
Phoenix now supports creating trace notes throughPOST /v1/trace_notes, which powers the Phoenix CLI command for adding a note to a trace.
To keep note behavior consistent across APIs, the reserved annotation name note is no longer accepted on the generic annotation endpoints. Use the dedicated note endpoints instead:
POST /v1/trace_notesfor trace notesPOST /v1/span_notesfor span notes

