File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
aws-distro-opentelemetry-node-autoinstrumentation
contract-tests/images/applications/mysql2 Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9494 "dependencies" : {
9595 "@opentelemetry/api" : " 1.9.0" ,
9696 "@opentelemetry/auto-configuration-propagators" : " 0.3.0" ,
97- "@opentelemetry/auto-instrumentations-node" : " 0.50 .0" ,
97+ "@opentelemetry/auto-instrumentations-node" : " 0.56 .0" ,
9898 "@opentelemetry/core" : " 1.26.0" ,
9999 "@opentelemetry/exporter-metrics-otlp-grpc" : " 0.53.0" ,
100100 "@opentelemetry/exporter-metrics-otlp-http" : " 0.53.0" ,
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ export function applyInstrumentationPatches(
8484 diag . debug ( 'Overriding aws lambda instrumentation' ) ;
8585 const lambdaInstrumentation = new AwsLambdaInstrumentationPatch ( {
8686 eventContextExtractor : customExtractor ,
87- disableAwsContextPropagation : true ,
8887 } ) ;
8988 instrumentations [ index ] = lambdaInstrumentation ;
9089 }
Original file line number Diff line number Diff line change 1010 "license" : " ISC" ,
1111 "description" : " " ,
1212 "dependencies" : {
13- "mysql2" : " 3.11.4 "
13+ "mysql2" : " ^ 3.11.5 "
1414 }
1515}
You can’t perform that action at this time.
0 commit comments