Issue
The exceptions captured by the Flutter SDK on my application are of minified type.
Applies To
- All SaaS Customers and Self-Hosted Users
- Flutter/Dart SDK
Symptoms
- Error types and messages are minified, for example:
minified:Lk
TypeError: null: type 'minified:FB' is not a subtype of type 'minified:as'
Resolution
This is currently a known limitation of our flutter SDK, you can find more details about it in our Flutter SDK documentation under the troubleshooting section.