You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2024. It is now read-only.
enableDataDogProfiler() err check is wrong
Description
A wrong variable is checked for error is made in

server/server.go:175Your environment
Irrelevant.
Version 1.3.3
developIrrelevant.
Irrelevant.
Expected behavior
" DataDog profiler setup failed" must be logged when ddErr is !=
nilIt doesn't enter the if statement
Proposed solution
I am attaching a PR resolving the issue: #2200