Skip to content

Commit f152bb4

Browse files
committed
fix deprecated test import from utils
1 parent b4402aa commit f152bb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/browser/test/utils/featureFlags.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { getCurrentScope } from '@sentry/core';
1+
import { getCurrentScope, logger } from '@sentry/core';
22
import type { FeatureFlag } from '@sentry/types';
3-
import { logger } from '@sentry/utils';
43
import { vi } from 'vitest';
54
import { insertFlagToScope, insertToFlagBuffer } from '../../src/utils/featureFlags';
65

0 commit comments

Comments
 (0)