function headersUpdate(crumb): (x) => object;Defined in: account-kit/infra/src/alchemyTrackerHeaders.ts:51
Update the headers with the trace header and breadcrumb.
These trace headers are used in the imply ingestion pipeline to trace the request. And the breadcrumb is used to get finer grain details in the trace.
Then there are the trace headers that are part of the W3C trace context standard.
| Parameter | Type | Description |
|---|---|---|
|
| The crumb to add to the breadcrumb |
A function that updates the headers
(x): object;| Parameter | Type |
|---|---|
|
|
object
| Name | Type | Default value |
|---|---|---|
|
| ‐ |
|
| ‐ |
|
| ‐ |
|
|
|