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
W/Datadog ( 3009): [_dd.sdk_core.default]: A RUM event was detected, but no view is active. To track views automatically, try calling the RumConfiguration.Builder.useViewTrackingStrategy() method.
W/Datadog ( 3009): You can also track views manually using the RumMonitor.startView() and RumMonitor.stopView() methods.
This occurs when we're trying to report RUM events with no active view, though the error is coming from the Android native SDK (hence the reference to functions that don't exist in the Flutter SDK).
One major culprit of this warning I realized recently is reportFlutterPerformance, which attempts to report performance metrics even when no view is active, which can get noisy on Android.
However, the best way to avoid it is to try to make sure you always have an active view, usually by having your Router call startView / stopView whenever your view changes.
Describe the bug
Reproduction steps
I don't know why, but I keep getting the above log periodically.
SDK logs
No response
Expected behavior
No response
Affected SDK versions
2.3.0
Latest working SDK version
No response
Did you confirm if the latest SDK version fixes the bug?
Yes
Flutter Version
3.22.0
Setup Type
No response
Device Information
No response
Other relevant information
No response
The text was updated successfully, but these errors were encountered: