File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { getCurrentHub } from '@sentry/core' ;
22import type { BrowserClientReplayOptions , Integration } from '@sentry/types' ;
3- import { dropUndefinedKeys , logger } from '@sentry/utils' ;
3+ import { dropUndefinedKeys } from '@sentry/utils' ;
44
55import { DEFAULT_FLUSH_MAX_DELAY , DEFAULT_FLUSH_MIN_DELAY , MASK_ALL_TEXT_SELECTOR } from './constants' ;
66import { ReplayContainer } from './replay' ;
@@ -219,7 +219,7 @@ function loadReplayOptionsFromClient(initialOptions: InitialReplayPluginOptions)
219219
220220 if ( ! opt ) {
221221 // eslint-disable-next-line no-console
222- console . warn ( 'Replay is disabled because SDK options are not available' ) ;
222+ console . warn ( 'SDK client is not available. ' ) ;
223223 return finalOptions ;
224224 }
225225
You can’t perform that action at this time.
0 commit comments