Skip to content

Commit a565aaa

Browse files
authored
fix(utils): Remove circular dependency in instrument (#4370)
1 parent 3d48c93 commit a565aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/instrument.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* eslint-disable @typescript-eslint/ban-types */
44
import { WrappedFunction } from '@sentry/types';
55

6-
import { isDebugBuild } from '.';
6+
import { isDebugBuild } from './env';
77
import { getGlobalObject } from './global';
88
import { isInstanceOf, isString } from './is';
99
import { logger } from './logger';

0 commit comments

Comments
 (0)