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
When constructing a new DataDog client with this method, I noticed that if the call to dial fails the error is only logged. Returning the error would let callers take specific actions during their application's initialization.
I realize this proposal is a breaking change; if you all think this is a good idea I would be willing to create the patch!
When constructing a new DataDog client with this method, I noticed that if the call to
dialfails the error is only logged. Returning the error would let callers take specific actions during their application's initialization.I realize this proposal is a breaking change; if you all think this is a good idea I would be willing to create the patch!