We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed this in my newrelic_agent.log:
[2024-08-15 14:11:05 +0000 app1-1 (690412)] ERROR : Error while installing redis_instrumentation instrumentation: [2024-08-15 14:11:05 +0000 app1-1 (690412)] ERROR : LocalJumpError: unexpected return
I'm guessing this is due to the return here -
return
newrelic-ruby-agent/lib/new_relic/agent/instrumentation/redis.rb
Lines 33 to 49 in 4c5c8db
The text was updated successfully, but these errors were encountered:
https://new-relic.atlassian.net/browse/NR-303263
Sorry, something went wrong.
Hi @jdelStrother. Thanks very much for the report and hypothesized synopsis which seems spot on to me. We'll take a look.
6719a92
Hi @jdelStrother. A fix for this bug has hit our dev branch and will be available in the next agent release. Thanks for your help.
fallwith
Successfully merging a pull request may close this issue.
Description
I noticed this in my newrelic_agent.log:
I'm guessing this is due to the
return
here -newrelic-ruby-agent/lib/new_relic/agent/instrumentation/redis.rb
Lines 33 to 49 in 4c5c8db
which is invalid outside of a method
The text was updated successfully, but these errors were encountered: