Skip to content

prevent false 'unsatisfied' dependency status#2914

Merged
fallwith merged 2 commits intodevfrom
dd
Oct 18, 2024
Merged

prevent false 'unsatisfied' dependency status#2914
fallwith merged 2 commits intodevfrom
dd

Conversation

@fallwith
Copy link
Copy Markdown
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
@github-actions
Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
@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

Archived in project

Development

Successfully merging this pull request may close these issues.

Instrumentation configuration values not being properly preserved

3 participants