Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed May 24, 2024
1 parent 7406484 commit f3775ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/node/src/integrations/tracing/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export const instrumentRedis = generateInstrumentOnce(INTEGRATION_NAME, () => {
responseHook: (span, redisCommand, cmdArgs, response) => {
const key = cmdArgs[0];

console.log('AHA', JSON.stringify(_redisOptions));

span.setAttribute(SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, 'auto.db.otel.redis');

if (!_redisOptions?.cachePrefixes || !shouldConsiderForCache(redisCommand, key, _redisOptions.cachePrefixes)) {
Expand Down

0 comments on commit f3775ee

Please sign in to comment.