What is the correct way to automatically upload the dSYM to Crashlytics using managed EAS flow?
I have already added the corresponding "buildArtifactPaths": ["ios/build/*"]
to the eas.json
so I can get the artifact and upload it manually, but I am not sure where and how to execute the suggested /path/to/pods/directory/FirebaseCrashlytics/upload-symbols -gsp /path/to/GoogleService-Info.plist -p ios /path/to/dSYMs
command for the automatic upload