Skip to content

Commit 3a0a0f1

Browse files
authored
Update CHANGELOG.md
1 parent 13cb0b5 commit 3a0a0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- The SDK now tries to have a sane fallback when `null` is passed and no longer throws `NullPointerException`
1010
- If `null` is passed, the SDK will
1111
- do nothing if a `null` key is passed, returning `null` for non void methods
12-
- replace any previous value if the new value is set to `null`
12+
- remove any previous value if the new value is set to `null`
1313
- Add support for setting in-app-includes/in-app-excludes via AndroidManifest.xml ([#4240](https://github.com/getsentry/sentry-java/pull/4240))
1414
- Modifications to OkHttp requests are now properly propagated to the affected span / breadcrumbs ([#4238](https://github.com/getsentry/sentry-java/pull/4238))
1515
- Please ensure the SentryOkHttpInterceptor is added last to your OkHttpClient, as otherwise changes to the `Request` by subsequent interceptors won't be considered

0 commit comments

Comments
 (0)