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 d124fef commit 39583dbCopy full SHA for 39583db
packages/browser/src/utils/featureFlags.ts
@@ -1,6 +1,5 @@
1
-import { getCurrentScope } from '@sentry/core';
+import { getCurrentScope, logger } from '@sentry/core';
2
import type { Event, FeatureFlag } from '@sentry/types';
3
-import { logger } from '@sentry/utils';
4
import { DEBUG_BUILD } from '../debug-build';
5
6
/**
0 commit comments