Removes the tag on span or transaction.
@override void removeTag(String key) { if (finished) { return; } _tags.remove(key); }