fix lost tags
This commit is contained in:
parent
0b4b4b1759
commit
6081f7f7b1
|
|
@ -383,7 +383,7 @@ public class Span implements AbstractSpan {
|
|||
}
|
||||
}
|
||||
if (span.tagsWithInt != null) {
|
||||
if (tagWithInt != null) {
|
||||
if (tagWithInt == null) {
|
||||
tagWithInt = new JsonObject();
|
||||
}
|
||||
for (IntTagItem item : span.tagsWithInt) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue