Skip to content
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

Remove bad null check #946

Merged

Conversation

dyladan
Copy link
Member

@dyladan dyladan commented Apr 8, 2020

Fixes #945

typeof null is 'object'
@codecov-io
Copy link

codecov-io commented Apr 8, 2020

Codecov Report

Merging #946 into master will not change coverage by %.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #946   +/-   ##
=======================================
  Coverage   94.92%   94.92%           
=======================================
  Files         248      248           
  Lines       11183    11183           
  Branches     1069     1069           
=======================================
  Hits        10616    10616           
  Misses        567      567           
Impacted Files Coverage Δ
packages/opentelemetry-plugin-http/src/utils.ts 97.40% <100.00%> (ø)

@mayurkale22 mayurkale22 merged commit b43ac51 into open-telemetry:master Apr 8, 2020
@dyladan dyladan deleted the header-null-check branch April 8, 2020 18:41
pichlermarc pushed a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this pull request Dec 15, 2023
…try#946)

* fix(amqplib): add missing rabbit service to CI daily run

* ci: don't run amqplib tav on node 8

Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: Cannot convert undefined or null to object
4 participants