Skip to content

Commit 33a8e3e

Browse files
authored
Fix warning message in opentelemetry plugin (#1842)
1 parent 2340231 commit 33a8e3e

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/opentelemetry/src

1 file changed

+1
-1
lines changed

packages/plugins/opentelemetry/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const useOpenTelemetry = (
111111
executionSpan.end();
112112
// eslint-disable-next-line no-console
113113
console.warn(
114-
`Plugin "newrelic" encountered a AsyncIterator which is not supported yet, so tracing data is not available for the operation.`,
114+
`Plugin "opentelemetry" encountered an AsyncIterator which is not supported yet, so tracing data is not available for the operation.`,
115115
);
116116
return;
117117
}

0 commit comments

Comments
 (0)