From 93f6f6c9971e60a57c113e7e51fe70d7686274c4 Mon Sep 17 00:00:00 2001 From: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:24:15 +0200 Subject: [PATCH] fix(caches): Update JS redisInstrumentation snippet (2) (#1304) --- develop-docs/sdk/performance/modules/caches.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/sdk/performance/modules/caches.mdx b/develop-docs/sdk/performance/modules/caches.mdx index 485aac1955670..88a93396fba61 100644 --- a/develop-docs/sdk/performance/modules/caches.mdx +++ b/develop-docs/sdk/performance/modules/caches.mdx @@ -62,7 +62,7 @@ This will likely only be useful if Redis is being used as a cache. ``` Sentry.init({ integrations: [ - redisIntegration({ + Sentry.redisIntegration({ cachePrefixes: ['posts:', 'authors:'], }), ],