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

prevent false 'unsatisfied' dependency status #2914

Merged
merged 2 commits into from
Oct 18, 2024
Merged

prevent false 'unsatisfied' dependency status #2914

merged 2 commits into from
Oct 18, 2024

Conversation

fallwith
Copy link
Contributor

address 2 issues causing dependency detection to falsely label an instrumentation's dependencies as "unsatisfied".

resolves #2893

address 2 issues causing dependency detection to falsely label an
instrumentation's dependencies as "unsatisfied".

- handle Padrino with a special case pending resolution of
  #2912
- don't mark an item as unsatisfied the second (or higher) time it comes
  around through the `detect!` loop
use a string for comparison
Copy link

SimpleCov Report

Coverage Threshold
Line 93.79% 93%
Branch 69.63% 50%

# already set for Sinatra, so skip Padrino and circle back with a
# new Padrino specific solution in the future.
#
# https://github.com/newrelic/newrelic-ruby-agent/issues/2912
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really appreciate the comment here about what's going on with this. thank you!

@fallwith fallwith merged commit 3e8c24b into dev Oct 18, 2024
34 checks passed
@fallwith fallwith deleted the dd branch October 18, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Code Complete/Done
Development

Successfully merging this pull request may close these issues.

Instrumentation configuration values not being properly preserved
3 participants