egg-jaeger
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -13,3 +13,3 @@ 'use strict'; | ||
} | ||
async didReady() { | ||
async serverDidReady() { | ||
this.app.als.enable({ ignoreNoneParent: true }); | ||
@@ -16,0 +16,0 @@ hooks(this.app); |
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.0.7](https://github.com/sqlwwx/egg-jaeger/compare/v2.0.6...v2.0.7) (2020-04-22) | ||
### Bug Fixes | ||
* enable als after serverDidReady ([31432c0](https://github.com/sqlwwx/egg-jaeger/commit/31432c0)) | ||
### [2.0.6](https://github.com/sqlwwx/egg-jaeger/compare/v2.0.5...v2.0.6) (2019-11-04) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "egg-jaeger", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "jaeger egg plugin", | ||
@@ -5,0 +5,0 @@ "eggPlugin": { |
14403