Get all tracing data
List<Map<String, dynamic>> getTraces() { return _spans.map((span) => span.toJson()).toList(); }