Skip to content

Commit de006ba

Browse files
committed
Changelog
1 parent 0911f1d commit de006ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Features
6+
7+
- Add a `isEnableSystemEventBreadcrumbsExtras` option to disable reporting system events extras for breadcrumbs ([#4625](https://github.com/getsentry/sentry-java/pull/4625))
8+
59
### Improvements
610

711
- Session Replay: Use main thread looper to schedule replay capture ([#4542](https://github.com/getsentry/sentry-java/pull/4542))

sentry-android-core/src/main/java/io/sentry/android/core/SentryAndroidOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ public boolean isEnableSystemEventBreadcrumbsExtras() {
621621
return enableSystemEventBreadcrumbsExtras;
622622
}
623623

624-
public void setEnableSystemEventBreadcrumbsExtras(boolean enableSystemEventBreadcrumbsExtras) {
624+
public void setEnableSystemEventBreadcrumbsExtras(final boolean enableSystemEventBreadcrumbsExtras) {
625625
this.enableSystemEventBreadcrumbsExtras = enableSystemEventBreadcrumbsExtras;
626626
}
627627

0 commit comments

Comments
 (0)