From 4bfecae38766989471871c6b945c507eca920fc8 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Tue, 23 Jul 2024 11:05:54 -0400 Subject: [PATCH] fix(replay): integrations pluralized --- docs/platforms/react-native/session-replay/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,