File tree 2 files changed +2
-2
lines changed
plugins/node/opentelemetry-instrumentation-mysql
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
"@types/sinon" : " 10.0.13" ,
57
57
"gts" : " 3.1.0" ,
58
58
"mocha" : " 7.2.0" ,
59
+ "mysql" : " 2.18.1" ,
59
60
"nyc" : " 15.1.0" ,
60
61
"rimraf" : " 4.2.0" ,
61
62
"sinon" : " 15.0.1" ,
65
66
"dependencies" : {
66
67
"@opentelemetry/instrumentation" : " ^0.35.1" ,
67
68
"@opentelemetry/semantic-conventions" : " ^1.0.0" ,
68
- "mysql" : " 2.18.1" ,
69
69
"@types/mysql" : " 2.15.19"
70
70
},
71
71
"homepage" : " https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mysql#readme"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import type {
22
22
Query ,
23
23
QueryOptions ,
24
24
} from 'mysql' ;
25
- import * as mysqlTypes from 'mysql' ;
25
+ import type * as mysqlTypes from 'mysql' ;
26
26
27
27
/**
28
28
* Get an SpanAttributes map from a mysql connection config object
You can’t perform that action at this time.
0 commit comments