Skip to content

Commit d550f75

Browse files
committed
remove _experiments.autoFlushOnFeedback option
1 parent cacf4b7 commit d550f75

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/replay-internal/src/types/replay.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,7 @@ export interface ReplayPluginOptions extends ReplayNetworkOptions {
236236
*/
237237
recordCrossOriginIframes: boolean;
238238
/**
239-
* @deprecated This option is now the default behavior and the option is no longer needed. It will be removed in the next major version.
240-
*/
241-
autoFlushOnFeedback: boolean;
242-
/**
243-
* Completetly ignore mutations matching the given selectors.
239+
* Completely ignore mutations matching the given selectors.
244240
* This can be used if a specific type of mutation is causing (e.g. performance) problems.
245241
* NOTE: This can be dangerous to use, as mutations are applied as incremental patches.
246242
* Make sure to verify that the captured replays still work when using this option.

0 commit comments

Comments
 (0)