We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b77a5e commit e5c29d6Copy full SHA for e5c29d6
packages/node/src/integrations/tracing/redis.ts
@@ -50,8 +50,6 @@ export const instrumentRedis = generateInstrumentOnce(INTEGRATION_NAME, () => {
50
responseHook: (span, redisCommand, cmdArgs, response) => {
51
const key = cmdArgs[0];
52
53
- console.log('AHA', JSON.stringify(_redisOptions));
54
-
55
span.setAttribute(SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, 'auto.db.otel.redis');
56
57
if (!_redisOptions?.cachePrefixes || !shouldConsiderForCache(redisCommand, key, _redisOptions.cachePrefixes)) {
0 commit comments