addEvent method
Record metadata about an event occurring during this span.
Implementation
@override
void addEvent(String name, Int64 timestamp,
{List<api.Attribute>? attributes}) {
// TODO: O11Y-1531
throw UnimplementedError();
}
Record metadata about an event occurring during this span.
@override
void addEvent(String name, Int64 timestamp,
{List<api.Attribute>? attributes}) {
// TODO: O11Y-1531
throw UnimplementedError();
}