Merge pull request #244 from ascrutae/zhangxin/fix/lost-int-tags
Fix issue that lost some integer tags
This commit is contained in:
commit
cf2d0c7fff
|
|
@ -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