mirror of
https://github.com/zhufuyi/sponge.git
synced 2025-10-05 00:42:44 +08:00
fix: cross-service trace issues
This commit is contained in:
@@ -40,7 +40,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