clientHeaderTrack

1function clientHeaderTrack<X>(client, crumb): X;

Defined in: aa-sdk/core/src/client/addBreadcrumb.ts:20

Add a crumb to the breadcrumb.

Type Parameters

Type Parameter

X extends object

Parameters

ParameterTypeDescription

client

X

Clients are somethings like viem, that we are adding breadcrumbs to, and could be owning the transport. Usually a alchemy client.

crumb

string

The crumb to add to the breadcrumb

Returns

X

The updated client