Skip to content

Commit 23a3601

Browse files
committed
Fix lsid
1 parent d6571d9 commit 23a3601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mongo/tracing/open_telemetry/command_tracer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def lsid(message)
270270
lsid_doc = message.documents.first['lsid']
271271
return unless lsid_doc
272272

273-
lsid_doc['id']
273+
lsid_doc['id'].to_uuid
274274
end
275275

276276
# Extracts the transaction number from the command.

0 commit comments

Comments
 (0)