newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
202 stars 143 forks source link

Update lambda regex to ignore missing resource exceptions #1794

Closed jtduffy closed 7 months ago

jtduffy commented 7 months ago

Resolves #1759

Add $$Lambda/ to list of generated lambda class name patterns. Thrown MissingResourceException instances are ignored if the target class matches one of these defined patterns.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.87%. Comparing base (bfcd92a) to head (ae0de09).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1794 +/- ## ============================================ + Coverage 70.85% 70.87% +0.02% - Complexity 9950 9951 +1 ============================================ Files 827 827 Lines 39880 39880 Branches 6043 6043 ============================================ + Hits 28255 28263 +8 + Misses 8899 8891 -8 Partials 2726 2726 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.