Skip to content

Commit

Permalink
fix(caches): Update JS redisInstrumentation snippet (2) (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d authored and stephanie-anderson committed Jun 10, 2024
1 parent dc3c405 commit 93f6f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop-docs/sdk/performance/modules/caches.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:'],
}),
],
Expand Down

0 comments on commit 93f6f6c

Please sign in to comment.