<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EmitterConfigurationBase](./node-tracker.emitterconfigurationbase.md) &gt; [customHeaders](./node-tracker.emitterconfigurationbase.customheaders.md)

## EmitterConfigurationBase.customHeaders property

An object of key value pairs which represent headers to attach when sending a POST request, only works for POST

<b>Signature:</b>

```typescript
customHeaders?: Record<string, string>;
```
