Sentry v4.4.0-alpha.2 Release Notes

  • ๐Ÿ”‹ Features

    • โž• Add option to ignore exceptions by type (#1352)
    • Sentry closes Android NDK and ShutdownHook integrations (#1358)
    • ๐Ÿ‘ Allow inheritance of SentryHandler class in sentry-jul package(#1367)
    • ๐Ÿ‘‰ Make NoOpHub public (#1379)
    • ๐Ÿ”ง Configure max spans per transaction (#1394)

    ๐Ÿ›  Fixes

    • โฌ†๏ธ Bump: Upgrade Apache HttpComponents Core to 5.0.3 (#1375)
    • NPE when MDC contains null values (sentry-logback) (#1364)
    • Avoid NPE when MDC contains null values (sentry-jul) (#1385)
    • Accept only non null value maps (#1368)
    • 0๏ธโƒฃ Do not bind transactions to scope by default. (#1376)
    • Hub thread safety (#1388)
    • SentryTransactionAdvice should operate on the new scope (#1389)