feat: tracing added for imply and open telemetry #6680
on-pull-request.yml
on: pull_request
Enforce PR Title Format
4m 11s
Lint
4m 35s
Build and Test
6m 18s
Build iOS
7m 0s
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.
|