Skip to content

feat: tracing added for imply and open telemetry #6680

feat: tracing added for imply and open telemetry

feat: tracing added for imply and open telemetry #6680

Triggered via pull request March 25, 2025 20:05
Status Failure
Total duration 7m 10s
Artifacts

on-pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
src/store/store.test.ts > createConfig tests > should setup the config with the correct transport: account-kit/core/src/store/store.test.ts#L17
Error: Snapshot `createConfig tests > should setup the config with the correct transport 1` mismatched - Expected + Received @@ -2,10 +2,10 @@ "config": { "rpcUrl": "/api/sepolia", }, "dynamicFetchOptions": { "headers": { - "Alchemy-AA-Sdk-Version": "4.17.0", + "Alchemy-AA-Sdk-Version": "4.18.0", }, }, "updateHeaders": [Function], } ❯ src/store/store.test.ts:17:48
src/client/smartAccountClient.test.ts > AlchemySmartAccountClient tests > should set the headers when using non-hoisted accounts: account-kit/infra/src/client/smartAccountClient.test.ts#L32
Error: Snapshot `AlchemySmartAccountClient tests > should set the headers when using non-hoisted accounts 1` mismatched - Expected + Received { - "Alchemy-AA-Sdk-Version": "4.17.0", + "Alchemy-AA-Sdk-Version": "4.18.0", "Content-Type": "application/json", } ❯ src/client/smartAccountClient.test.ts:32:8
Build and Test
Process completed with exit code 1.