-
Notifications
You must be signed in to change notification settings - Fork 404
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
[12.11.0] breaking change introduced resulting in failure in @newrelic/apollo-server-plugin #2903
Comments
@jlowcs I'm sorry you hit this issue. You'll either have to upgrade Apollo plugin to latest(7.0.0) or pin agent to 12.10.0. The change you reference isn't a public interface, however this package is accessing internals. We do have plans in our next major release to fold this instrumentation into the agent to avoid future issues like this |
Oh, my bad, I thought we were on 7.0.0 already for @newrelic/apollo-server-plugin, but we're still on 6.0.0. I'll try bumping both. |
@jlowcs it's totally understandable. We've created tightly coupled packages. Which is why we have already folded in a few other standalone instrumentation packages during the past year( |
I cannot bump newrelic from 12.8.0 to 12.11.2 because it's now incompatible with
@newrelic/apollo-server-plugin
Description
A breaking change was introduced by #2646 (here) which resulted in
@newrelic/apollo-server-plugin
throwing aundefined
error.Expected Behavior
A minor bump probably should not introduce a breaking change in an API used by other libraries.
Steps to Reproduce
Run an apollo server with @newrelic/apollo-server-plugin 6.0.0 and newrelic 12.11.2
The text was updated successfully, but these errors were encountered: