Skip to content

Commit 3b794ef

Browse files
committed
fix: move ioredis to redis in import hooks
1 parent 7158625 commit 3b794ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/telemetry/hook-modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import module from 'node:module';
33
module.register('import-in-the-middle/hook.mjs', import.meta.url, {
44
parentURL: import.meta.url,
55
data: {
6-
include: ['express', 'pino', 'http', 'dns', 'net', 'pg', 'ioredis', 'undici', 'generic-pool'],
6+
include: ['express', 'pino', 'http', 'dns', 'net', 'pg', 'redis', 'undici', 'generic-pool'],
77
},
88
});

0 commit comments

Comments
 (0)