Skip to content

Commit 072f815

Browse files
author
anahan
committed
Do not dump lsid and txnNumber
1 parent a2ec28f commit 072f815

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/JaegerMongoDbCommandConvertor.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ public function convert(object $command): string
140140
$result = 'db.runCommand({';
141141
foreach ($command as $k => $v) {
142142
switch ($k) {
143+
case 'lsid':
144+
case 'txnNumber':
145+
continue 2;
146+
143147
case 'updates':
144148
case 'deletes':
145149
$tVal = $this->transformUpdatesDeletes($v);

0 commit comments

Comments
 (0)