Skip to content

Commit 33bcd9f

Browse files
committed
feat(instrumentation-knex): Use getStringListFromEnv from core
1 parent f6f9e4c commit 33bcd9f

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

plugins/node/opentelemetry-instrumentation-knex/src/env.ts

Lines changed: 0 additions & 48 deletions
This file was deleted.

plugins/node/opentelemetry-instrumentation-knex/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
import * as utils from './utils';
2828
import { KnexInstrumentationConfig } from './types';
2929
import { SemconvStability } from './internal-types';
30-
import { getStringListFromEnv } from './env';
30+
import { getStringListFromEnv } from '@opentelemetry/core';
3131
import {
3232
ATTR_NETWORK_TRANSPORT,
3333
ATTR_SERVER_ADDRESS,

0 commit comments

Comments
 (0)