Skip to content

Commit 92ab1d9

Browse files
authored
Add callout about addIntegrationToSdkVersion breaking change (#3829)
1 parent 771d13f commit 92ab1d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
- Load lazy fields on init in the background ([#3803](https://github.com/getsentry/sentry-java/pull/3803))
2121
- Replace setOf with HashSet.add ([#3801](https://github.com/getsentry/sentry-java/pull/3801))
2222

23+
### Breaking changes
24+
25+
- The method `addIntegrationToSdkVersion(Ljava/lang/Class;)V` has been removed from the core (`io.sentry:sentry`) package. Please make sure all of the packages (e.g. `io.sentry:sentry-android-core`, `io.sentry:sentry-android-fragment`, `io.sentry:sentry-okhttp` and others) are all aligned and using the same version to prevent the `NoSuchMethodError` exception.
26+
2327
## 7.16.0-alpha.1
2428

2529
### Features

0 commit comments

Comments
 (0)