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 1
1
import { getCurrentHub } from '@sentry/core' ;
2
2
import type { BrowserClientReplayOptions , Integration } from '@sentry/types' ;
3
- import { dropUndefinedKeys , logger } from '@sentry/utils' ;
3
+ import { dropUndefinedKeys } from '@sentry/utils' ;
4
4
5
5
import { DEFAULT_FLUSH_MAX_DELAY , DEFAULT_FLUSH_MIN_DELAY , MASK_ALL_TEXT_SELECTOR } from './constants' ;
6
6
import { ReplayContainer } from './replay' ;
@@ -219,7 +219,7 @@ function loadReplayOptionsFromClient(initialOptions: InitialReplayPluginOptions)
219
219
220
220
if ( ! opt ) {
221
221
// 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. ' ) ;
223
223
return finalOptions ;
224
224
}
225
225
You can’t perform that action at this time.
0 commit comments