Skip to content

Commit e0b0bc6

Browse files
committed
pointing to latest upstream for mysql2 instrumentation fix
1 parent bb9515b commit e0b0bc6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
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",

aws-distro-opentelemetry-node-autoinstrumentation/src/patches/instrumentation-patch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

contract-tests/images/applications/mysql2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"license": "ISC",
1111
"description": "",
1212
"dependencies": {
13-
"mysql2": "3.11.4"
13+
"mysql2": "^3.11.5"
1414
}
1515
}

0 commit comments

Comments
 (0)