Skip to content

Commit f3a51a0

Browse files
chore(changelog): Remove enableFastViewRendering note
1 parent d378296 commit f3a51a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
- Add thread information to spans ([#4579](https://github.com/getsentry/sentry-react-native/pull/4579))
1414
- Exposed `getDataFromUri` as a public API to retrieve data from a URI ([#4638](https://github.com/getsentry/sentry-react-native/pull/4638))
15-
- Add experimental flags `enableExperimentalViewRenderer` and `enableFastViewRendering` to enable up to 5x times more performance in Session Replay on iOS ([#4660](https://github.com/getsentry/sentry-react-native/pull/4660))
15+
- Add `enableExperimentalViewRenderer` to enable up to 5x times more performance in Session Replay on iOS ([#4660](https://github.com/getsentry/sentry-react-native/pull/4660))
1616

1717
```js
1818
import * as Sentry from '@sentry/react-native';
@@ -21,7 +21,6 @@
2121
integrations: [
2222
Sentry.mobileReplayIntegration({
2323
enableExperimentalViewRenderer: true,
24-
enableFastViewRendering: true,
2524
}),
2625
],
2726
});

0 commit comments

Comments
 (0)