Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 sentry tag-production
Last synced: 13 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: 2024-04-22T10:57:12.000Z (7 months ago)
- Last Synced: 2024-04-22T12:03:47.461Z (7 months ago)
- Topics: android, crash-reporting, ios, jvm, kotlin, kotlin-multiplatform, multiplatform-kotlin-library, sentry, tag-production
- Language: Kotlin
- Homepage:
- Size: 1 MB
- Stars: 115
- Watchers: 40
- Forks: 18
- Open Issues: 26
-
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.[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.21-blue.svg?style=flat&logo=kotlin)](https://kotlinlang.org)
[![KDoc link](https://img.shields.io/badge/API_Reference-KDoc-blue)](https://getsentry.github.io/sentry-kotlin-multiplatform/)| Packages | Maven Central
|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| sentry-kotlin-multiplatform | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-kotlin-multiplatform/badge.svg)](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`
## 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
* [![Kotlin Multiplatform Documentation](https://img.shields.io/badge/documentation-sentry.io-green.svg?label=documentation)](https://docs.sentry.io/platforms/kotlin-multiplatform/)
* [![Discussions](https://img.shields.io/github/discussions/getsentry/sentry-kotlin-multiplatform.svg)](https://github.com/getsentry/sentry-kotlin-multiplatform/discussions)
* [![Discord Chat](https://img.shields.io/discord/621778831602221064?logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/PXa5Apfe7K)
* [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-sentry-green.svg)](http://stackoverflow.com/questions/tagged/sentry)
* [![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-sentry-green.svg)](https://github.com/getsentry/.github/blob/master/CODE_OF_CONDUCT.md)
* [![Twitter Follow](https://img.shields.io/twitter/follow/getsentry?label=getsentry&style=social)](https://twitter.com/intent/follow?screen_name=getsentry)