File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ### Features
6
+
7
+ - New Sentry KMP Gradle plugin ([ #230 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/230 ) )
8
+ - Install via ` plugins { id("io.sentry.kotlin.multiplatform.gradle") version "{version}" } `
9
+ - Enables auto installing of the KMP SDK to ` commonMain ` (if all targets are supported)
10
+ - This also automatically installs the Sentry Android SDK
11
+ - Enables auto installing of the required Sentry Cocoa SDK with Cocoapods (if Cocoapods plugin is enabled)
12
+ - Configures linking for SPM (needed if you want to compile a dynamic framework with ` isStatic = false ` )
13
+ - Configure via the ` sentryKmp ` configuration block in your build file
14
+ ``` kotlin
15
+ // Example configuration in build.gradle.kts
16
+ sentryKmp {
17
+ // Disable auto installing the KMP SDK to commonMain
18
+ autoInstall.commonMain.enabled = false
19
+ }
20
+ ```
21
+
5
22
### Dependencies
6
23
24
+ - Bump Kotlin version from v1.9.21 to v1.9.23 ([ #250 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/250 ) )
7
25
- Bump Java SDK from v7.13.0 to v7.14.0 ([ #253 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/253 ) )
8
26
- [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140 )
9
27
- [ diff] ( https://github.com/getsentry/sentry-java/compare/7.13.0...7.14.0 )
You can’t perform that action at this time.
0 commit comments