Home > @snowplow/react-native-tracker > TrackerConfiguration
The configuration object for initialising the tracker
Signature:
export interface TrackerConfiguration | Property | Type | Description |
|---|---|---|
| appId? | string | (Optional) The application ID |
| devicePlatform? | Platform | (Optional) The device platform the tracker runs on. |
| encodeBase64? | boolean | (Optional) Whether unstructured events and custom contexts should be base64 encoded. |
| namespace | string | The namespace of the tracker |
| plugins? | BrowserPlugin[] | (Optional) Inject plugins which will be evaluated for each event |