You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
Copy file name to clipboardExpand all lines: content/en/real_user_monitoring/correlate_with_other_telemetry/apm/_index.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,7 @@ To start sending just your iOS application's traces to Datadog, see [iOS Trace C
281
281
282
282
1. Set up [RUM Flutter Monitoring][1].
283
283
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:
285
285
```dart
286
286
final configuration = DatadogConfiguration(
287
287
// ...
@@ -291,8 +291,7 @@ To start sending just your iOS application's traces to Datadog, see [iOS Trace C
0 commit comments