We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2340231 commit 33a8e3eCopy full SHA for 33a8e3e
packages/plugins/opentelemetry/src/index.ts
@@ -111,7 +111,7 @@ export const useOpenTelemetry = (
111
executionSpan.end();
112
// eslint-disable-next-line no-console
113
console.warn(
114
- `Plugin "newrelic" encountered a AsyncIterator which is not supported yet, so tracing data is not available for the operation.`,
+ `Plugin "opentelemetry" encountered an AsyncIterator which is not supported yet, so tracing data is not available for the operation.`,
115
);
116
return;
117
}
0 commit comments