Include symbols in shipping builds for Android [5.3]

After updating to Unreal 5 our projects no longer have usable stack traces on android (standalone VR). I think this used to work in UE4.
Does anyone know if there’s a way to include symbols in shipping builds for android builds? “Build with hidden symbol visibility in shipping config” is disabled.
Our development builds do have symbols in the backtrace.

The backtrace currently only shows /lib/arm64/libUnreal.so in shipping builds.

I found a solution. Set these 2 settings to true. This will generate an .so file which shouldn’t be included in a release but can be used with addr2line to figure out which functions are being called in the backtrace.