Skip to content

Commit 5ed7df9

Browse files
committed
RUM-12436 Apply Rosa CR
1 parent 9e5760f commit 5ed7df9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/real_user_monitoring/application_monitoring/ios/advanced_configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -623,11 +623,11 @@ The table below shows how iOS 17 and iOS 18 report different user interactions.
623623
624624
### Automatically track network requests
625625
626-
Network requests are automatically tracked after you enable RUM with the `urlSessionTracking` option.
626+
Network requests are automatically tracked after you enable RUM with the `urlSessionTracking` configuration.
627627
628628
#### (Optional) Enable detailed timing breakdown
629629
630-
To get detailed timing breakdown (DNS resolution, SSL handshake, time to first byte, connection time, and download duration), optionally enable `URLSessionInstrumentation` for your delegate type:
630+
To get detailed timing breakdown (DNS resolution, SSL handshake, time to first byte, connection time, and download duration), enable `URLSessionInstrumentation` for your delegate type:
631631
632632
{{< tabs >}}
633633
{{% tab "Swift" %}}
@@ -658,7 +658,7 @@ NSURLSession *session = [NSURLSession sessionWithConfiguration:[NSURLSessionConf
658658
{{< /tabs >}}
659659
660660
**Notes**:
661-
- Without `URLSessionInstrumentation`, network requests are still tracked. Enabling it provides additional detailed timing breakdown for performance analysis.
661+
- Without `URLSessionInstrumentation`, network requests are still tracked. Enabling it provides detailed timing breakdown for performance analysis.
662662
- Response data is available in the `resourceAttributesProvider` callback (set in `RUM.Configuration.URLSessionTracking`) for tasks with completion handlers in automatic mode, and for all tasks after enabling `URLSessionInstrumentation`.
663663
- To filter out specific requests from being tracked, use the `resourceEventMapper` in `RUM.Configuration` (see [Modify or drop RUM events](#modify-or-drop-rum-events)).
664664

content/en/real_user_monitoring/application_monitoring/ios/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Network requests are automatically tracked after you enable RUM with `urlSession
439439
440440
#### (Optional) Enable detailed timing breakdown
441441
442-
To additionally capture detailed network timing breakdown (DNS resolution, SSL handshake, time to first byte, connection time, and download duration), optionally enable `URLSessionInstrumentation` for your delegate type:
442+
To capture additional detailed network timing breakdown (DNS resolution, SSL handshake, time to first byte, connection time, and download duration), enable `URLSessionInstrumentation` for your delegate type:
443443
444444
{{< tabs >}}
445445
{{% tab "Swift" %}}

content/en/real_user_monitoring/correlate_with_other_telemetry/apm/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ To start sending just your iOS application's traces to Datadog, see [iOS Trace C
202202
203203
1. Set up [RUM iOS Monitoring][1].
204204
205-
2. Enable `RUM` and URLSession instrumentation with the `urlSessionTracking` option and `firstPartyHostsTracing` parameter:
205+
2. Enable `RUM` and URLSession instrumentation with the `urlSessionTracking` configuration and `firstPartyHostsTracing` parameter:
206206
```swift
207207
RUM.enable(
208208
with: RUM.Configuration(

0 commit comments

Comments
 (0)