Skip to content

Commit

Permalink
removing redundant tracer start from app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-replicated committed May 11, 2022
1 parent a0f6802 commit 1a39e68
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,13 @@ import (
"syscall"
"time"

"github.com/replicatedcom/saaskit/tracing/datadog"
"github.com/replicatedhq/kots-lint/pkg/version"
"github.com/replicatedhq/kots-lint/pkg/daemon"
"github.com/replicatedhq/kots-lint/pkg/kots"
log "github.com/sirupsen/logrus"

)

func main() {
datadog.StartTracerDebug("kots-lint", version.GitSHA())
defer datadog.StopTracer()

rand.Seed(time.Now().UTC().UnixNano())

if err := kots.InitOPALinting("/rego"); err != nil {
Expand Down

0 comments on commit 1a39e68

Please sign in to comment.