File tree 2 files changed +2
-1
lines changed
src/Sentry.Unity.Editor/Android
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Fixes
6
6
7
+ - Disabled Android lifecycle breadcrumbs ([ #1038 ] ( https://github.com/getsentry/sentry-unity/pull/1038 ) )
7
8
- Additional IL2CPP arguments get added only once ([ #997 ] ( https://github.com/getsentry/sentry-unity/pull/997 ) )
8
9
- Releasing temp render texture after capturing a screenshot ([ #983 ] ( https://github.com/getsentry/sentry-unity/pull/983 ) )
9
10
- Automatic screenshot mirroring on select devices. ([ #1019 ] ( https://github.com/getsentry/sentry-unity/pull/1019 ) )
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ internal void SetAutoSessionTracking(bool enableAutoSessionTracking)
343
343
=> SetMetaData ( $ "{ SentryPrefix } .auto-session-tracking.enable", enableAutoSessionTracking . ToString ( ) ) ;
344
344
345
345
public void SetAutoAppLifecycleBreadcrumbs ( bool enableAutoAppLifeCycleBreadcrumbs )
346
- => SetMetaData ( $ "{ SentryPrefix } .bbreadcrumbs .app-lifecycle", enableAutoAppLifeCycleBreadcrumbs . ToString ( ) ) ;
346
+ => SetMetaData ( $ "{ SentryPrefix } .breadcrumbs .app-lifecycle", enableAutoAppLifeCycleBreadcrumbs . ToString ( ) ) ;
347
347
348
348
internal void SetAnr ( bool enableAnr )
349
349
=> SetMetaData ( $ "{ SentryPrefix } .anr.enable", enableAnr . ToString ( ) ) ;
You can’t perform that action at this time.
0 commit comments