Problem
According to Sentry metrics, debug symbols are contributing ~22MB to production bundles unnecessarily.
Solution
Strip debug symbols from production binaries (after uploading dsyms to prevent crash symbolication from breaking). This should reduce production bundle sizes by ~11%