Fixes
- Support ProGuard mapping tasks when R8 is enabled with the AGP app
optimization.enableDSL (#1376)
Performance
- Eliminate reflection for known optional Sentry SDK class-availability checks, reducing SDK initialization time by about 1% in an absent-heavy startup benchmark (#1375)
- This optimization is enabled by default. If it causes problems, disable it with
sentry.runtimeOptimizations.enabled = false.
- This optimization is enabled by default. If it causes problems, disable it with