Skip to content

Commit f8a5d82

Browse files
committed
fix linting
1 parent 0d5c32d commit f8a5d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/remix/src/utils/instrumentServer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import {
1414
winterCGRequestToRequestData,
1515
withIsolationScope,
1616
} from '@sentry/core';
17-
import { dynamicSamplingContextToSentryBaggageHeader, fill, isNodeEnv, loadModule, logger } from '@sentry/core';
18-
import { continueTrace, getDynamicSamplingContextFromSpan } from '@sentry/opentelemetry';
17+
import { fill, isNodeEnv, loadModule, logger } from '@sentry/core';
18+
import { continueTrace } from '@sentry/opentelemetry';
1919
import type { RequestEventData, TransactionSource, WrappedFunction } from '@sentry/types';
2020
import type { Span } from '@sentry/types';
2121

0 commit comments

Comments
 (0)