Skip to content

Commit

Permalink
revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Sep 8, 2023
1 parent b498bd9 commit 0a27e33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
28 changes: 0 additions & 28 deletions contrib/bradfitz/gomemcache/memcache/internal/test/integration.go

This file was deleted.

2 changes: 1 addition & 1 deletion ddtrace/tracer/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ func newConfig(opts ...StartOption) *config {
})...)(c)
}
if v := os.Getenv("DD_SERVICE"); v != "" {
fmt.Println("DD_SERVICE ", v)
c.serviceName = v
globalconfig.SetServiceName(v)
}
Expand Down Expand Up @@ -452,6 +451,7 @@ func newConfig(opts ...StartOption) *config {
}
c.dogstatsdAddr = addr
}

return c
}

Expand Down

0 comments on commit 0a27e33

Please sign in to comment.