File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### Features
6+
7+ - Add meta option to attach ANR thread dumps ([ #3791 ] ( https://github.com/getsentry/sentry-java/pull/3791 ) )
8+
59### Fixes
610
11+ - Cache parsed Dsn ([ #3796 ] ( https://github.com/getsentry/sentry-java/pull/3796 ) )
12+ - fix invalid profiles when the transaction name is empty ([ #3747 ] ( https://github.com/getsentry/sentry-java/pull/3747 ) )
13+ - Deprecate ` enableTracing ` option ([ #3777 ] ( https://github.com/getsentry/sentry-java/pull/3777 ) )
14+ - Vendor ` java.util.Random ` and replace ` java.security.SecureRandom ` usages ([ #3783 ] ( https://github.com/getsentry/sentry-java/pull/3783 ) )
15+ - Fix potential ANRs due to NDK scope sync ([ #3754 ] ( https://github.com/getsentry/sentry-java/pull/3754 ) )
16+ - Fix potential ANRs due to NDK System.loadLibrary calls ([ #3670 ] ( https://github.com/getsentry/sentry-java/pull/3670 ) )
17+ - Fix slow ` Log ` calls on app startup ([ #3793 ] ( https://github.com/getsentry/sentry-java/pull/3793 ) )
18+ - Fix slow Integration name parsing ([ #3794 ] ( https://github.com/getsentry/sentry-java/pull/3794 ) )
19+ - Session Replay: Reduce startup and capture overhead ([ #3799 ] ( https://github.com/getsentry/sentry-java/pull/3799 ) )
720- Load lazy fields on init in the background ([ #3803 ] ( https://github.com/getsentry/sentry-java/pull/3803 ) )
821- Replace setOf with HashSet.add ([ #3801 ] ( https://github.com/getsentry/sentry-java/pull/3801 ) )
922
You can’t perform that action at this time.
0 commit comments