addEvent method

  1. @override
void addEvent(
  1. String name,
  2. Int64 timestamp, {
  3. List<Attribute> attributes = const [],
})
override

Record metadata about an event occurring during this span.

Implementation

@override
void addEvent(
  String name,
  Int64 timestamp, {
  List<api.Attribute> attributes = const [],
}) {
  // ignore: todo
  // TODO: O11Y-1531
  throw UnimplementedError();
}