Skip to content

Commit 0d8cca1

Browse files
niallzatoNiall Brennan
andauthored
Add device id config option for RN. (#4082)
* add correct actions slug * add config option Co-authored-by: Niall Brennan <[email protected]>
1 parent a4bbe84 commit 0d8cca1

File tree

1 file changed

+1
-0
lines changed
  • src/connections/sources/catalog/libraries/mobile/react-native

1 file changed

+1
-0
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ To get started with the Analytics for React Native 2.0 library:
7272
`trackAppLifecycleEvents` | The default is set to `false`. <br> This enables you to automatically track app lifecycle events, such as application installed, opened, updated, backgrounded. Set to true to `true` to track.
7373
`trackDeepLinks` | The default is set to `false`. <br> This automatically tracks when the user opens the app via a deep link. Set to Enable automatic tracking for when the user opens the app via a deep link.
7474
`proxy` | The default is set to `undefined`. <br> This is a batch url to post to instead of the default batch endpoint.
75+
`collectDeviceId` | The default is set to `fasle`. <br> This automatically adds a `device.Id` property to the context object from the DRM API on Android devices.
7576

7677
## Set up iOS Deep Link Tracking
7778
> warning ""

0 commit comments

Comments
 (0)