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 904b360 commit b4d2e58Copy full SHA for b4d2e58
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