You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See graphql-server/src/plugins/useRedwoodOpenTelemetry.ts
The error warning message refers to newrelic, but this is the open telemetry plugin.
constresultCbs: OnExecuteHookResult<PluginContext>={onExecuteDone({ result }){if(isAsyncIterable(result)){executionSpan.end()// eslint-disable-next-line no-consoleconsole.warn(👉`Plugin "newrelic" encountered a AsyncIterator which is not supported yet, so tracing data is not available for the operation.`)return}
How do we reproduce the bug?
Reproduced by running Redwood test project in local prod via yarn rw serve and testing live queries:
Web server started on http://localhost:8910
API serving from http://localhost:8910
API listening on http://localhost:8910/.redwood/functions/
GraphQL endpoint at /.redwood/functions/graphql
Plugin "newrelic" encountered a AsyncIterator which is not supported yet, so tracing data is not available for the operation.
Plugin "newrelic" encountered a AsyncIterator which is not supported yet, so tracing data is not available for the operation.
Plugin "newrelic" encountered a AsyncIterator which is not supported yet, so tracing data is not available for the operation.
What's your environment? (If it applies)
OSX
Are you interested in working on this?
I'm interested in working on this
The text was updated successfully, but these errors were encountered:
What's not working?
See
graphql-server/src/plugins/useRedwoodOpenTelemetry.ts
The error warning message refers to newrelic, but this is the open telemetry plugin.
How do we reproduce the bug?
Reproduced by running Redwood test project in local prod via
yarn rw serve
and testing live queries:What's your environment? (If it applies)
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: