<!-- 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; [customFetch](./node-tracker.emitterconfigurationbase.customfetch.md)

## EmitterConfigurationBase.customFetch property

Enables overriding the default fetch function with a custom implementation.

<b>Signature:</b>

```typescript
customFetch?: (input: Request, options?: RequestInit) => Promise<Response>;
```
