From b02373e183f967121dad3f2f12785df933cdf90c Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Mon, 16 Feb 2026 08:51:25 -0500 Subject: [PATCH 1/2] fix: align mechanism type with spec --- packages/node-core/src/integrations/pino.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node-core/src/integrations/pino.ts b/packages/node-core/src/integrations/pino.ts index 7392f6d34a1c..928358d85dd7 100644 --- a/packages/node-core/src/integrations/pino.ts +++ b/packages/node-core/src/integrations/pino.ts @@ -162,7 +162,7 @@ const _pinoIntegration = defineIntegration((userOptions: DeepPartial Date: Mon, 16 Feb 2026 08:52:26 -0500 Subject: [PATCH 2/2] tests: update test assertions --- dev-packages/node-integration-tests/suites/pino/test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-packages/node-integration-tests/suites/pino/test.ts b/dev-packages/node-integration-tests/suites/pino/test.ts index 7ae9c0dd5fbf..03ac3a9d93fd 100644 --- a/dev-packages/node-integration-tests/suites/pino/test.ts +++ b/dev-packages/node-integration-tests/suites/pino/test.ts @@ -38,7 +38,7 @@ conditionalTest({ min: 20 })('Pino integration', () => { type: 'Error', value: 'oh no', mechanism: { - type: 'pino', + type: 'auto.log.pino', handled: true, }, stacktrace: { @@ -116,7 +116,7 @@ conditionalTest({ min: 20 })('Pino integration', () => { type: 'Error', value: 'oh no', mechanism: { - type: 'pino', + type: 'auto.log.pino', handled: true, }, stacktrace: { @@ -311,7 +311,7 @@ conditionalTest({ min: 20 })('Pino integration', () => { type: 'Error', value: 'Custom error key', mechanism: { - type: 'pino', + type: 'auto.log.pino', handled: true, }, stacktrace: {