Skip to content

Commit

Permalink
fix(graphql-server): Display correct plugin name in error message (#8271
Browse files Browse the repository at this point in the history
)

* tweak error message to be clearer

* a -> an
  • Loading branch information
Josh-Walker-GM authored and jtoar committed May 9, 2023
1 parent e3ec1db commit f0a55cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const useRedwoodOpenTelemetry = (): Plugin<PluginContext> => {
executionSpan.end()
// eslint-disable-next-line no-console
console.warn(
`Plugin "newrelic" encountered a AsyncIterator which is not supported yet, so tracing data is not available for the operation.`
`Plugin "RedwoodOpenTelemetry" encountered an AsyncIterator which is not supported yet, so tracing data is not available for the operation.`
)
return
}
Expand Down

0 comments on commit f0a55cb

Please sign in to comment.