newrelic / newrelic-node-apollo-server-plugin

Apache License 2.0
62 stars 29 forks source link

Add official support for `apollo-server-micro` #203

Open portenez opened 2 years ago

portenez commented 2 years ago

Is your feature request related to a problem?

apollo-server-micro is not listed in the supported servers.

Describe Alternatives

We have a funky setup using apollo-server on top of nextjs just to support this plugin.

Additional context

At the time of writing this ticket, apollo-server-micro has 50k weekly downloads while apollo-server-hapi has 29k.

micro is the framework used by nextjs to provide api related routes. Nextjs has 2.7M weekly downloads.

Priority

Really Want

workato-integration[bot] commented 1 month ago

https://new-relic.atlassian.net/browse/NR-292129

bizob2828 commented 1 month ago

@portenez I apologize for the delay(this got lost in our backlog) and I'm not sure if this is still relevant to you. However, we develop a plugin. it should just work within any apollo-server library as we don't instrument the libraries but implement hook points of an apollo server. Are you saying that when you load the plugin it's not working?