Features
- Add option to ignore exceptions by type ([1352](https://github.com/getsentry/sentry-java/pull/1352))
- Sentry closes Android NDK and ShutdownHook integrations ([1358](https://github.com/getsentry/sentry-java/pull/1358))
- Allow inheritance of SentryHandler class in sentry-jul package([1367](https://github.com/getsentry/sentry-java/pull/1367))
- Make NoOpHub public ([1379](https://github.com/getsentry/sentry-java/pull/1379))
- Configure max spans per transaction ([1394](https://github.com/getsentry/sentry-java/pull/1394))
Fixes
- Bump: Upgrade Apache HttpComponents Core to 5.0.3 ([1375](https://github.com/getsentry/sentry-java/pull/1375))
- NPE when MDC contains null values (sentry-logback) ([1364](https://github.com/getsentry/sentry-java/pull/1364))
- Avoid NPE when MDC contains null values (sentry-jul) ([1385](https://github.com/getsentry/sentry-java/pull/1385))
- Accept only non null value maps ([1368](https://github.com/getsentry/sentry-java/pull/1368))
- Do not bind transactions to scope by default. ([1376](https://github.com/getsentry/sentry-java/pull/1376))
- Hub thread safety ([1388](https://github.com/getsentry/sentry-java/pull/1388))
- SentryTransactionAdvice should operate on the new scope ([1389](https://github.com/getsentry/sentry-java/pull/1389))