Skip to content

Commit 9b0fc9e

Browse files
committed
use a diff name here to see if git picks up on src/instrumentation.ts -> src/v2-v3/instrumentation.ts for a smaller PR diff
1 parent e49a8ec commit 9b0fc9e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-redis/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
export { RedisInstrumentation } from './instrumentation';
17+
export { RedisInstrumentation } from './redis';
1818
export type {
1919
DbStatementSerializer,
2020
RedisInstrumentationConfig,

0 commit comments

Comments
 (0)