Skip to content

6.18.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 07 Aug 14:47

Fixes

  • Support ProGuard mapping tasks when R8 is enabled with the AGP app optimization.enable DSL (#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.

Dependencies