getAttributes method

  1. @override
Map<String, String> getAttributes()
override

Implementation

@override
Map<String, String> getAttributes() {
  return traces.firstOrNull?.getAttributes() ?? {};
}