Skip to content
Alchemy Logo

mutateRemoveTrackingHeaders

function mutateRemoveTrackingHeaders(x?): void;

Defined in: account-kit/infra/src/alchemyTrackerHeaders.ts:26

Remove the tracking headers. This is used in our split transport to ensure that we remove the headers that are not used by the other systems.

ParameterTypeDescription

x?

unknown

The headers to remove the tracking headers from

void

Was this page helpful?