Skip to content

Commit e1f0676

Browse files
docs: make clear delegate type explicit that it is customer type (DataDog#25143)
* RUM-5385 docs: add instructions with ability to call enable for multiple types * Update content/en/real_user_monitoring/mobile_and_tv_monitoring/advanced_configuration/ios.md --------- Co-authored-by: Heston Hoffman <heston.hoffman@datadoghq.com>
1 parent a394f53 commit e1f0676

File tree

1 file changed

+2
-0
lines changed
  • content/en/real_user_monitoring/mobile_and_tv_monitoring/advanced_configuration

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,8 @@ NSURLSession *session = [NSURLSession sessionWithConfiguration:[NSURLSessionConf
458458
{{% /tab %}}
459459
{{< /tabs >}}
460460
461+
If you have more than one delegate type in your app that you want to instrument, you can call `URLSessionInstrumentation.enable(with:)` for each delegate type.
462+
461463
Also, you can configure first party hosts using `urlSessionTracking`. This classifies resources that match the given domain as "first party" in RUM and propagates tracing information to your backend (if you have enabled Tracing). Network traces are sampled with an adjustable sampling rate. A sampling of 20% is applied by default.
462464
463465
For instance, you can configure `example.com` as the first party host and enable both RUM and Tracing features:

0 commit comments

Comments
 (0)