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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: