Skip to main content

Install the SDK into your project

Easily integrate the Sentry Interactive SDK into your project by following the platform-specific instructions below.

The Kotlin Multiplatform artifacts are available on Maven Central.

build.gradle.kts
// Add Maven Central repository
repositories {
mavenCentral()
}

// Import the package in the common source set
implementation("com.doordeck.headless.sdk:doordeck-sdk:[SDK_VERSION]")
Requirements
  • Supported Platforms: JVM, Android, jsNode, jsBrowser, iOS (x64, ARM x64, simulator ARM x64), macOS (ARM x64), watchOS (x64, ARM x64, device ARM x64, simulator ARM x64) and mingW (x64).
  • Java SDK 1.8 or higher.