File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111- No longer send out empty log envelopes ([ #4497 ] ( https://github.com/getsentry/sentry-java/pull/4497 ) )
1212- Session Replay: Expand fix for crash on devices to all Unisoc/Spreadtrum chipsets ([ #4510 ] ( https://github.com/getsentry/sentry-java/pull/4510 ) )
13+ - Log parameter objects are now turned into ` String ` via ` toString ` ([ #4515 ] ( https://github.com/getsentry/sentry-java/pull/4515 ) )
14+ - One of the two ` SentryLogEventAttributeValue ` constructors did not convert the value previously.
1315
1416### Features
1517
2931 <minimumEventLevel >WARN</minimumEventLevel >
3032 <!-- Default for Breadcrumbs is INFO -->
3133 <minimumBreadcrumbLevel >DEBUG</minimumBreadcrumbLevel >
32- <!-- Default for Breadcrumbs is INFO -->
34+ <!-- Default for Log Events is INFO -->
3335 <minimumLevel >INFO</minimumLevel >
3436 </appender >
3537 ```
You can’t perform that action at this time.
0 commit comments