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 13ee28c commit d10280bCopy full SHA for d10280b
packages/node/src/integrations/node-fetch.ts
@@ -1,6 +1,6 @@
1
import type { UndiciRequest, UndiciResponse } from '@opentelemetry/instrumentation-undici';
2
import { UndiciInstrumentation } from '@opentelemetry/instrumentation-undici';
3
-import { getClient, getTraceData, LRUMap } from '@sentry/core';
+import { LRUMap, getClient, getTraceData } from '@sentry/core';
4
import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, addBreadcrumb, defineIntegration, hasTracingEnabled } from '@sentry/core';
5
import { getBreadcrumbLogLevelFromHttpStatusCode, getSanitizedUrlString, parseUrl } from '@sentry/core';
6
import { addOpenTelemetryInstrumentation, shouldPropagateTraceForUrl } from '@sentry/opentelemetry';
0 commit comments