Skip to content

Commit d1770ff

Browse files
committed
fix(uuid): use v4
1 parent 48e12cf commit d1770ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/agent/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Agent.prototype.generateSpanId = function () {
351351
}
352352

353353
Agent.prototype.generateId = function () {
354-
return uuid.v1()
354+
return uuid.v4()
355355
}
356356

357357
Agent.prototype._send = function (options) {

0 commit comments

Comments
 (0)