Skip to content

Commit 93f6f6c

Browse files
s1gr1dstephanie-anderson
authored andcommitted
fix(caches): Update JS redisInstrumentation snippet (2) (#1304)
1 parent dc3c405 commit 93f6f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/performance/modules/caches.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This will likely only be useful if Redis is being used as a cache.
6262
```
6363
Sentry.init({
6464
integrations: [
65-
redisIntegration({
65+
Sentry.redisIntegration({
6666
cachePrefixes: ['posts:', 'authors:'],
6767
}),
6868
],

0 commit comments

Comments
 (0)