Skip to content

Commit e631ba7

Browse files
Apply suggestion from @coolguyzone
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 808750c commit e631ba7

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/kotlin/guides/compose-multiplatform

1 file changed

+1
-1
lines changed

docs/platforms/kotlin/guides/compose-multiplatform/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ While Sentry's Kotlin Multiplatform SDK works in Compose Multiplatform (CMP) pro
1818

1919
**Compose Multiplatform** is JetBrains' declarative UI framework that allows you to build native user interfaces for desktop, web, and mobile platforms using a single Kotlin codebase. It extends Jetpack Compose beyond Android to create multiplatform applications.
2020

21-
It is required to use the [Sentry Kotlin Multiplatform SDK](/platforms/kotlin/guides/kotlin-multiplatform/) which provides error tracking across multiple Kotlin targets. While the SDK functions in Compose Multiplatform projects using the same APIs as pure KMP setups, it's important to note:
21+
You need to use the [Sentry Kotlin Multiplatform SDK](/platforms/kotlin/guides/kotlin-multiplatform/) which provides error tracking across multiple Kotlin targets. While the SDK functions in Compose Multiplatform projects use the same APIs as pure KMP setups, it's important to note a few differences:
2222

2323
- **Experimental support**: The KMP SDK works in CMP projects and currently supports capturing crashes and errors as well as other basic features that are available through the Sentry KMP SDK.
2424
- **Not CMP-native**: No specific CMP optimizations or testing.

0 commit comments

Comments
 (0)