File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ const providerMap = {
3232 * the commenter output
3333 *
3434 * @param {Object } sequelize
35- * @param {Object } include - a map of values to be optionally included.
36- * @param {Object } options - a configuration object specifying where to collect trace data from. Accepted fields are:
35+ * @param {Object } include - A map of values to be optionally included.
36+ * @param {Object } options - A configuration object specifying where to collect trace data from. Accepted fields are:
3737 * TraceProvider: Should be either 'OpenCensus' or 'OpenTelemetry', indicating which library to collect trace data from.
3838 * @return {void }
3939 */
@@ -126,7 +126,7 @@ const sequelizeVersion = resolveSequelizeVersion();
126126 * only being included in the comment.
127127 *
128128 * @param {Object } sequelize
129- * @param {Object } include A map of variables to include. If unset, we'll use default attributes.
129+ * @param {Object } include - A map of variables to include. If unset, we'll use default attributes.
130130 * @param {Object } options - A configuration object specifying where to collect trace data from. Accepted fields are:
131131 * TraceProvider: Should be either 'OpenCensus' or 'OpenTelemetry', indicating which library to collect trace data from.
132132 * @return {Function } A middleware that is compatible with the express framework.
Original file line number Diff line number Diff line change 1111 "@opencensus/propagation-tracecontext" : " ^0.0.15" ,
1212 "@opentelemetry/core" : " ^0.10.1" ,
1313 "@opentelemetry/api" : " ^0.10.1" ,
14+ "@opentelemetry/node" : " ^0.10.2" ,
1415 "chai" : " ^4.2.0" ,
1516 "chai-http" : " ^4.3.0" ,
1617 "express" : " ^4.17.0" ,
2829 "url" : " google/sqlcommenter"
2930 },
3031 "author" : " Google, LLC." ,
31- "license" : " ISC" ,
32- "dependencies" : {
33- "@opentelemetry/context-async-hooks" : " ^0.10.2" ,
34- "@opentelemetry/node" : " ^0.10.2" ,
35- "@opentelemetry/tracing" : " ^0.10.2"
36- }
32+ "license" : " ISC"
3733}
You can’t perform that action at this time.
0 commit comments