Port SpanTag fix to 1.3.x (#1119)

Fixes gh-990
This commit is contained in:
Ethan Bishop
2018-11-02 10:41:26 +00:00
committed by Marcin Grzejszczak
parent 88d17f79f3
commit 47de70d401

View File

@@ -45,6 +45,7 @@ public @interface SpanTag {
/**
* The name of the key of the tag which should be created.
*/
@AliasFor("key")
String value() default "";
/**