exportSpans method

Future<void> exportSpans(
  1. List<Map<String, dynamic>> spans
)

Forwards a batch of ended spans (serialized via ReadOnlySpan.toJson) to the native layer, which owns the single telemetry egress.

Implementation

Future<void> exportSpans(List<Map<String, dynamic>> spans) async {
  throw UnimplementedError('exportSpans() has not been implemented.');
}