Skip to content

Commit 8eef3df

Browse files
committed
adjust warning message
1 parent 8edc1b2 commit 8eef3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/src/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)