Skip to content

Commit 552926f

Browse files
authored
Update index.mdx
1 parent 0dac35b commit 552926f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ While Sentry's Kotlin Multiplatform SDK works in Compose Multiplatform projects,
1616

1717
## Overview
1818

19-
**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 truly multiplatform applications.
19+
**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

2121
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:
2222

@@ -46,4 +46,4 @@ This snippet includes an intentional error, so you can test that everything is w
4646

4747
Error stack traces in your app might appear unreadable or obfuscated, making it hard to debug issues. To make stack traces clear and human-readable in Sentry, you need to upload your app's debug symbols.
4848

49-
For step-by-step instructions, see the [Debug Symbols guide](/platforms/kotlin/guides/kotlin-multiplatform/debug-symbols/).
49+
For step-by-step instructions, see the [Debug Symbols guide](/platforms/kotlin/guides/kotlin-multiplatform/debug-symbols/).

0 commit comments

Comments
 (0)