Skip to content

Commit 39583db

Browse files
committed
import logger from core instewad of utils
1 parent d124fef commit 39583db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/browser/src/utils/featureFlags.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 { Event, FeatureFlag } from '@sentry/types';
3-
import { logger } from '@sentry/utils';
43
import { DEBUG_BUILD } from '../debug-build';
54

65
/**

0 commit comments

Comments
 (0)