Removes extra data on span or transaction.
@override void removeData(String key) { if (finished) { return; } _data.remove(key); }