Skip to content

Commit

Permalink
fix(redis): revert version import change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Blum committed May 2, 2022
1 parent 5603792 commit 4adedcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
getTracedInternalSendCommand,
} from './utils';
import { RedisInstrumentationConfig } from './types';
import { VERSION } from 'RedisInstrumentationV2';
import { VERSION } from './version';

const DEFAULT_CONFIG: RedisInstrumentationConfig = {
requireParentSpan: false,
Expand Down

0 comments on commit 4adedcd

Please sign in to comment.