Describe the bug
We have identified an issue when using code obfuscation. Obfuscation prevents Pendo from extracting key details such as screen names, clicks, and other related data.
To Reproduce
Compiling Dart code with the following:
flutter build <build_target> --obfuscate --split-debug-info=/<project-name>/<directory>
Expected behavior
Flutter SDK manages to extract route names and features data properly.
Current status
Pendo is working towards solving the issue.
Platform iOS and Android
SDK Version SDK v3.4.0 (and up)
Framework Flutter
Describe the bug We have identified an issue when using code obfuscation. Obfuscation prevents Pendo from extracting key details such as screen names, clicks, and other related data.
To Reproduce Compiling Dart code with the following:
flutter build <build_target> --obfuscate --split-debug-info=/<project-name>/<directory>
Expected behavior Flutter SDK manages to extract route names and features data properly.
Current status Pendo is working towards solving the issue.