dd-sdk-flutter
dd-sdk-flutter copied to clipboard
Frustration and dead taps tracking
As in dd-sdk-android version 1.15.0 and in dd-sdk-ios version 1.13.0 frustration tracking is already implemented, will it be enabled also in the flutter sdk?
Together with it, will be dead taps tracking enabled too?
Hi @smsimone .
Since we don't have a configuration option for it, we go with the platform default. I'll try to get an option in for it in the next release.
This will likely only support errorTaps, as that's the only thing that is currently implemented at the native level. I'll look into supporting dead tap detection on the RumUserActionDetector if frustration detection is on, but that might take a bit longer.