Commit 242ce800 authored by lytscu's avatar lytscu
Browse files

Remove tag: activeSpan.tag(CommandError, cresult.getErrorMessage());

parent 626ef11f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -73,7 +73,6 @@ public class MongoDBCollectionMethodInterceptor implements InstanceMethodsAround
            cresult = aresult.getCommandResult();
        }
        if (null != cresult && !cresult.ok()) {
            activeSpan.tag("CommandError", cresult.getErrorMessage());
            activeSpan.log(cresult.getException());
        }
        ContextManager.stopSpan();