I'm using the FlutterFire Crashlytics plugin in my app. It is working fine on both Android and iOS (I've uploaded the .dysm for iOS etc) and I can see the error stacktraces in the Firebase console. I am ready to release the app and the Flutter documentation advises obfuscating the dart code using the following option:
flutter build apk --obfuscate --split-debug-info=/<project-name>/<directory>
My question is: Will Crashlytics still show me the stack traces in plain format or will obfuscating the code complicate/change this?