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 3d48c93 commit a565aaaCopy full SHA for a565aaa
packages/utils/src/instrument.ts
@@ -3,7 +3,7 @@
3
/* eslint-disable @typescript-eslint/ban-types */
4
import { WrappedFunction } from '@sentry/types';
5
6
-import { isDebugBuild } from '.';
+import { isDebugBuild } from './env';
7
import { getGlobalObject } from './global';
8
import { isInstanceOf, isString } from './is';
9
import { logger } from './logger';
0 commit comments