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 has been 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:175
Your environment
Irrelevant.
Version 1.3.3
develop
Irrelevant.
Irrelevant.
Expected behavior
" DataDog profiler setup failed" must be logged when ddErr is !=
nil
It doesn't enter the if statement
Proposed solution
I am attaching a PR resolving the issue: #2200
The text was updated successfully, but these errors were encountered: