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 1bb037f commit f32141bCopy full SHA for f32141b
packages/node/test/integrations/tracing/redis.test.ts
@@ -39,7 +39,6 @@ describe('Redis', () => {
39
{ desc: 'no cache prefixes', cmd: 'get', args: ['key'], response: 'test', options: {} },
40
{ desc: 'non-matching prefix', cmd: 'get', args: ['key'], response: 'test', options: { cachePrefixes: ['c'] } },
41
])('should always set sentry.origin but return early when $desc', ({ cmd, args, response, options = {} }) => {
42
- vi.clearAllMocks();
43
Object.assign(_redisOptions, options);
44
45
cacheResponseHook(mockSpan, cmd, args, response);
0 commit comments