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 b4402aa commit f152bb4Copy full SHA for f152bb4
packages/browser/test/utils/featureFlags.test.ts
@@ -1,6 +1,5 @@
1
-import { getCurrentScope } from '@sentry/core';
+import { getCurrentScope, logger } from '@sentry/core';
2
import type { FeatureFlag } from '@sentry/types';
3
-import { logger } from '@sentry/utils';
4
import { vi } from 'vitest';
5
import { insertFlagToScope, insertToFlagBuffer } from '../../src/utils/featureFlags';
6
0 commit comments