Skip to content

Commit

Permalink
import logger from core instewad of utils
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Nov 20, 2024
1 parent d124fef commit 39583db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/browser/src/utils/featureFlags.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { getCurrentScope } from '@sentry/core';
import { getCurrentScope, logger } from '@sentry/core';
import type { Event, FeatureFlag } from '@sentry/types';
import { logger } from '@sentry/utils';
import { DEBUG_BUILD } from '../debug-build';

/**
Expand Down

0 comments on commit 39583db

Please sign in to comment.