Skip to content

Commit

Permalink
undo startTelemetry early exit
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Jul 7, 2022
1 parent e3cdbb3 commit 88047b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ func startInProcess(ctx *Context, clientCtx client.Context, appCreator types.App
}

func startTelemetry(cfg config.Config) (*telemetry.Metrics, error) {
return nil, nil
if !cfg.Telemetry.Enabled {
return nil, nil
}
Expand Down

0 comments on commit 88047b4

Please sign in to comment.