https://github.com/getsentry/sentry-kotlin-multiplatform
Sentry SDK for Kotlin Multiplatform
https://github.com/getsentry/sentry-kotlin-multiplatform
android crash-reporting ios jvm kotlin kotlin-multiplatform multiplatform-kotlin-library sdk sentry tag-production team-mobile
Last synced: 7 days ago
JSON representation
Sentry SDK for Kotlin Multiplatform
- Host: GitHub
- URL: https://github.com/getsentry/sentry-kotlin-multiplatform
- Owner: getsentry
- License: mit
- Created: 2020-08-06T07:22:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T08:52:12.000Z (8 days ago)
- Last Synced: 2025-04-08T10:08:26.353Z (8 days ago)
- Topics: android, crash-reporting, ios, jvm, kotlin, kotlin-multiplatform, multiplatform-kotlin-library, sdk, sentry, tag-production, team-mobile
- Language: Kotlin
- Homepage:
- Size: 1.82 MB
- Stars: 150
- Watchers: 46
- Forks: 19
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-kotlin-multiplatform - sentry-kotlin-multiplatform
- awesome-kotlin-multiplatform - sentry-kotlin-multiplatform - [Sentry](https://sentry.io/) SDK for Kotlin Multiplatform. (Libraries / Utility)
- kmp-awesome - Sentry SDK - Sentry Kotlin Multiplatform SDK (Libraries / 🧩 Service SDK)
README
![]()
Sentry SDK for Kotlin Multiplatform
_Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write
better software faster, so we can get back to enjoying technology. If you want to join
us [**Check out our open positions**](https://sentry.io/careers/)_This SDK is a wrapper around different platforms such as JVM, Android, iOS, macOS, watchOS, tvOS
that can be used on Kotlin Multiplatform.[](https://kotlinlang.org)
[](https://getsentry.github.io/sentry-kotlin-multiplatform/)| Packages | Maven Central
|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| sentry-kotlin-multiplatform | [](https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-kotlin-multiplatform)## Supported Platforms
| Target Platform | Target preset |
|:---------------:|--------------------------------------------------------------------------------------------------------------|
| Android |
- `android`
| Kotlin/JVM |
- `jvm`
| iOS |
- `iosArm64`
- `iosX64`
- `iosSimulatorArm64`
| macOS |
- `macosArm64`
- `macosX64`
| watchOS |
- `watchosArm32`
- `watchosArm64`
- `watchosX64`
- `watchosSimulatorArm64`
| tvOS |
- `tvosArm64`
- `tvosX64`
- `tvosSimulatorArm64`
### Cocoa SDK Version Compatibility Table
Every version of our Kotlin Multiplatform SDK is compiled with a specific version of the [Sentry Cocoa SDK](https://github.com/getsentry/sentry-cocoa/).
Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table below to ensure the best compatibility and stability.
| Kotlin Multiplatform SDK Version | Cocoa SDK Version |
| -------------------------------- | ----------------- |
| 0.6.0 | 8.25.0 |
| 0.7.0, 0.7.1 | 8.26.0 |
| 0.8.0, 0.9.0 | 8.36.0 |
| 0.10.0 | 8.38.0 |
| 0.11.0 | 8.44.0 |
## Usage
For detailed usage, check out the [Kotlin Multiplatform Documentation](https://docs.sentry.io/platforms/kotlin-multiplatform/).
## Samples
For detailed information on how to build and run the samples, check out our `README.md` in the
[sentry-samples](https://github.com/getsentry/sentry-kotlin-multiplatform/tree/main/sentry-samples)
folder.
## Apple Privacy Manifest
Starting with [May 1st 2024](https://developer.apple.com/news/?id=3d8a9yyh), apps submitted to the Apple App Store are required to declare approved reasons to access certain privacy-relevant APIs. This also includes usages of these APIs via third-party SDKs. To ensure compliance, update your Sentry Cocoa SDK to `8.21.0`.
For more information, refer to our [Apple Privacy Manifest Guide](https://docs.sentry.io/platforms/kotlin-multiplatform/data-management/apple-privacy-manifest/).
## Contribution
Please see
the [contribution guide](https://github.com/getsentry/sentry-kotlin-multiplatform/blob/main/CONTRIBUTING.md)
before contributing
# Resources
* [](https://docs.sentry.io/platforms/kotlin-multiplatform/)
* [](https://github.com/getsentry/sentry-kotlin-multiplatform/discussions)
* [](https://discord.gg/PXa5Apfe7K)
* [](http://stackoverflow.com/questions/tagged/sentry)
* [](https://github.com/getsentry/.github/blob/master/CODE_OF_CONDUCT.md)
* [](https://twitter.com/intent/follow?screen_name=getsentry)