We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3c405 commit 93f6f6cCopy full SHA for 93f6f6c
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.
62
```
63
Sentry.init({
64
integrations: [
65
- redisIntegration({
+ Sentry.redisIntegration({
66
cachePrefixes: ['posts:', 'authors:'],
67
}),
68
],
0 commit comments