File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/replay-internal/src/types Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments