Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Set up the RUM Browser SDK on the web page you want rendered on your mobile appl

#### iOS

To enable Web View tracking, make sure to also enable [RUM][3] and, or [Logs][4]. Then, add the package according to your dependency manager and update your initialization snippet.
To enable Web View tracking, make sure to also enable [RUM][3]. Then, add the package according to your dependency manager and update your initialization snippet.

{{< tabs >}}
{{% tab "Android" %}}
Expand All @@ -71,7 +71,7 @@ Set up the RUM Browser SDK on the web page you want rendered on your mobile appl

To enable Crash Reporting:

1. Make sure to also enable [RUM][2] and, or [Logs][3].
1. Make sure to also enable [RUM][2].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the [3] listed below as well? Same for the [4] above.

2. Add the package according to your dependency manager.
3. Update your initialization snippet by declaring `DatadogWebViewTracking` as a dependency, as shown below.

Expand Down
Loading