-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(instrumentation-pg): prevent net.peer.port from being NaN #1982
fix(instrumentation-pg): prevent net.peer.port from being NaN #1982
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1982 +/- ##
=======================================
Coverage 91.03% 91.03%
=======================================
Files 146 146
Lines 7492 7496 +4
Branches 1501 1502 +1
=======================================
+ Hits 6820 6824 +4
Misses 672 672
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Which problem is this PR solving?
null
as a parameter forport
, theport
can end up beingNaN
Fixes #1980
Short description of the changes
undefined