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 3750e68 commit 9e6c6efCopy full SHA for 9e6c6ef
packages/node/src/integrations/undici/index.ts
@@ -167,8 +167,6 @@ export class Undici implements Integration {
167
return decision;
168
};
169
170
- // eslint-disable-next-line no-console
171
- console.log(stringUrl, shouldAttachTraceData(stringUrl), span);
172
if (shouldAttachTraceData(stringUrl)) {
173
if (span) {
174
const dynamicSamplingContext = span?.transaction?.getDynamicSamplingContext();
0 commit comments