Skip to content

Commit 1853c44

Browse files
author
Luca Forstner
committed
rename
1 parent d143ede commit 1853c44

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/node/src/integrations/http/SentryHttpInstrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
import { DEBUG_BUILD } from '../../debug-build';
2525
import { getRequestUrl } from '../../utils/getRequestUrl';
2626
import { getRequestInfo } from './vendor/getRequestInfo';
27-
import { stealthWrap } from './shared';
27+
import { stealthWrap } from './utils';
2828

2929
type Http = typeof http;
3030
type Https = typeof https;

packages/node/src/integrations/http/SentryHttpInstrumentationBeforeOtel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { flush, logger, vercelWaitUntil } from '@sentry/core';
44
import type * as http from 'node:http';
55
import type * as https from 'node:https';
66
import { DEBUG_BUILD } from '../../debug-build';
7-
import { stealthWrap } from './shared';
7+
import { stealthWrap } from './utils';
88

99
type Http = typeof http;
1010
type Https = typeof https;

0 commit comments

Comments
 (0)