/april-sentry

Sentry Kotlin Multiplatform

Primary LanguageKotlin

April-Sentry

Kotlin Multiplatform Sentry Wrapper

...WIP

How to use

Gradle Repository

repositories {
    maven("https://maven.pkg.github.com/passionoil/april-sentry")
}

Kotlin Multiplatform

dependencies {
    implementation("io.april:april-sentry:x.y.z")
}

KotlinJs Project

dependencies {
    implementation("io.april:april-sentry-js:x.y.z")
}

Spring Boot Project

dependencies {
    implementation("io.april:april-sentry-spring:x.y.z")
}

...WIP

Support

  • Kotlin/JS
    • React
  • Spring Boot
  • Android
  • iOS

TODO

  • English document
  • Public package manager repository (ex: mavenCentral)
  • Sentry api interface wrapping for pure kotlin
  • iOS version
  • Tests

Contributing

...WIP