mirror of
https://github.com/zhufuyi/sponge.git
synced 2025-10-05 16:57:07 +08:00
fix: cross-service trace issues
This commit is contained in:
@@ -41,7 +41,7 @@ func Config() {
|
||||
//model.InitCache(cfg.App.CacheType)
|
||||
|
||||
// initializing tracing
|
||||
if cfg.App.EnableTracing {
|
||||
if cfg.App.EnableTrace {
|
||||
tracer.InitWithConfig(
|
||||
cfg.App.Name,
|
||||
cfg.App.Env,
|
||||
|
Reference in New Issue
Block a user