We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39faaec commit a9df972Copy full SHA for a9df972
1 file changed
internal/tracer/tracer.go
@@ -29,10 +29,6 @@ func SetupTracer(isDev bool, disableTelemetry bool) (io.Closer, opentracing.Trac
29
if isDev {
30
collectorEndpoint = "https://dev.slackb.com/traces/v1/jaeger"
31
}
32
- if disableTelemetry {
33
- collectorEndpoint = ""
34
- }
35
-
36
// Recommended configuration for production.
37
var jCfg = jaegercfg.Configuration{
38
ServiceName: "slack-cli", // Don't change this. Required to distinguish logs & traces coming from the CLI
0 commit comments