Skip to content

Commit 0e62e88

Browse files
authored
Fix broken link in Correlate RUM and Traces for Flutter (#29317)
Docs linked to the Setup page which had no section for Automatic Resource Tracking. Moved to the Advanced Configuration page under "Automatically track resources"
1 parent 21c7142 commit 0e62e88

File tree

1 file changed

+2
-3
lines changed
  • content/en/real_user_monitoring/correlate_with_other_telemetry/apm

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ To start sending just your iOS application's traces to Datadog, see [iOS Trace C
281281
282282
1. Set up [RUM Flutter Monitoring][1].
283283
284-
2. Follow the instructions under [Automatic Resource Tracking][2] to include the Datadog Tracking HTTP Client package and enable HTTP tracking. This includes the following changes to your initialization to add a list of internal, first-party origins called by your Flutter application:
284+
2. Follow the instructions under [Automatically track resources][2] to include the Datadog Tracking HTTP Client package and enable HTTP tracking. This includes the following changes to your initialization to add a list of internal, first-party origins called by your Flutter application:
285285
```dart
286286
final configuration = DatadogConfiguration(
287287
// ...
@@ -291,8 +291,7 @@ To start sending just your iOS application's traces to Datadog, see [iOS Trace C
291291
```
292292
293293
[1]: /real_user_monitoring/mobile_and_tv_monitoring/flutter/setup/
294-
[2]: /real_user_monitoring/mobile_and_tv_monitoring/flutter/setup/#automatic-resource-tracking
295-
294+
[2]: /real_user_monitoring/mobile_and_tv_monitoring/flutter/advanced_configuration#automatically-track-resources
296295
{{% /tab %}}
297296
298297

0 commit comments

Comments
 (0)