Skip to content

Commit de79185

Browse files
committed
Fix iOS tracing doc
1 parent 5db2a8c commit de79185

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/tracing/trace_collection/dd_libraries

content/en/tracing/trace_collection/dd_libraries/ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ DDTraceConfiguration *configuration = [[DDTraceConfiguration] alloc] init];
508508
{{< /tabs >}}
509509
This automatically traces all requests to `example.com` and `api.yourdomain.com` hosts (for example, `https://api.yourdomain.com/v2/users` or `https://subdomain.example.com/image.png`).
510510
511-
_(Optional)_ For **more accurate trace timings** with detailed timing breakdown (DNS resolution, SSL handshake, time to first byte, connection time, download duration), enable `URLSessionInstrumentation` for your delegate type:
511+
_(Optional)_ For **more accurate trace timings**, enable `URLSessionInstrumentation` for your delegate type:
512512
513513
{{< tabs >}}
514514
{{% tab "Swift" %}}
@@ -538,7 +538,7 @@ NSURLSession *session = [NSURLSession sessionWithConfiguration:[NSURLSessionConf
538538
{{% /tab %}}
539539
{{< /tabs >}}
540540
541-
**Notes**:
541+
**Notes**:
542542
- Tracing auto-instrumentation uses `URLSession` swizzling and is opt-in. If you do not specify `urlSessionTracking` and `firstPartyHosts` configurations, swizzling is not applied.
543543
- Tracing works automatically without `URLSessionInstrumentation`, but trace timings are more accurate after enabling it.
544544

0 commit comments

Comments
 (0)