process_spans()
Signature
Processes spans through the configured processor pipeline (including the default Respan exporter and any custom processors). Returns True on success.
Example
Use process_spans() with spans collected from get_span_buffer(). For standard workflows using decorators, spans are exported automatically — you don’t need to call this method.