Sentry v5.0.0 Release Notes

  • ๐Ÿš€ This release brings many improvements but also new features:

    • OkHttp Interceptor for Android (#1330)
    • GraalVM Native Image Compatibility (#1329)
    • โž• Add option to ignore exceptions by type (#1352)
    • Enrich transactions with device contexts (#1430) (#1469)
    • ๐Ÿ‘ Better interoperability with Kotlin null-safety (#1439) and (#1462)
    • โž• Add coroutines support (#1479)
    • OkHttp callback for Customising the Span (#1478)
    • โž• Add breadcrumb in Spring RestTemplate integration (#1481)

    ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿ“„ Migration Guide for Java
    • ๐Ÿ“„ Migration Guide for Android

    ๐Ÿ›  Other fixes:

    • ๐Ÿ›  Fix: Add attachmentType to envelope ser/deser. (#1504)

    Thank you:

    • @maciejwalkowiak for coding most of it.