Skip to content

Commit 897b6b1

Browse files
committed
changelog
1 parent a74a3ab commit 897b6b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
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

@@ -29,7 +31,7 @@
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
```

0 commit comments

Comments
 (0)