Sets the tag on span or transaction.
@override void setTag(String key, String value) { if (finished) { return; } _tags[key] = value; }