Comparing version 2.0.7-alpha.0 to 2.0.7-alpha.1
@@ -255,3 +255,3 @@ "use strict"; | ||
// 根据 egg 规范,如果存在 tracer,那么将会保持在 ctx.tracer 中 | ||
const tracerId = ctx.tracer.id; | ||
const tracerId = ctx.tracer.traceId; | ||
// 某些情况下,可能会出现 spanId 不存在的情况,这时候需要自己设置 spanId | ||
@@ -258,0 +258,0 @@ const spanId = ctx.tracer.spanId || this.generateId(8); |
{ | ||
"name": "egg-kauth", | ||
"version": "2.0.7-alpha.0", | ||
"version": "2.0.7-alpha.1", | ||
"description": "egg kauth plugin", | ||
@@ -5,0 +5,0 @@ "eggPlugin": { |
24461