Skip to main content

[Flutter] Why are my exceptions type minified?

Updated over a month ago

Issue

The exceptions captured by the Flutter SDK on my application are of minified type.

Applies To

  • All SaaS Customers

  • Self-Hosted

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.

Did this answer your question?