Features
- Add tracestate HTTP header support ([1683](https://github.com/getsentry/sentry-java/pull/1683))
- Add option to filter which origins receive tracing headers ([1698](https://github.com/getsentry/sentry-java/pull/1698))
- Include unfinished spans in transaction ([1699](https://github.com/getsentry/sentry-java/pull/1699))
- Add static helpers for creating breadcrumbs ([1702](https://github.com/getsentry/sentry-java/pull/1702))
- Performance support for Android Apollo ([1705](https://github.com/getsentry/sentry-java/pull/1705))
Fixes
- Move tags from transaction.contexts.trace.tags to transaction.tags ([1700](https://github.com/getsentry/sentry-java/pull/1700))
Breaking changes:
- Updated proguard keep rule for enums, which affects consumer application code ([1694](https://github.com/getsentry/sentry-java/pull/1694))