diff --git a/docs/platforms/react-native/session-replay/index.mdx b/docs/platforms/react-native/session-replay/index.mdx index 650cd88453e04..515ac86f66d48 100644 --- a/docs/platforms/react-native/session-replay/index.mdx +++ b/docs/platforms/react-native/session-replay/index.mdx @@ -49,7 +49,7 @@ Sentry.init({ replaysSessionSampleRate: 1.0, replaysOnErrorSampleRate: 1.0, }, - integration: [ + integrations: [ Sentry.mobileReplayIntegration({ maskAllText: true, maskAllImages: true,