Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ sdk: sentry.kotlin.kmp
categories:
- mobile
- desktop
keywords: ["kotlin"]
keywords:
- kotlin
- kmp
---

<PlatformContent includePath="getting-started-primer" />

## Install

Sentry captures data by using an SDK within your applications runtime.
Sentry captures data by using an SDK within your application's runtime.

<PlatformContent includePath="getting-started-install" />

Expand Down
6 changes: 2 additions & 4 deletions docs/platforms/kotlin/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: Kotlin
caseStyle: camelCase
supportLevel: production
sdk: sentry.java
fallbackPlatform: java
categories:
- mobile
- desktop
Expand All @@ -12,13 +10,13 @@ keywords:
- kotlin
---

Sentry supports JVM related use of Kotlin with our [Java](/platforms/java) SDK, and, for Android applications, with our [Android](/platforms/android) platform.
Sentry supports JVM related use of Kotlin with the [Java](/platforms/java) SDK. For native Android applications, use the [Android](/platforms/android) SDK. If you use KMP, the [Kotlin Multiplatform](/platforms/kotlin/guides/kotlin-multiplatform/) SDK provides the best integration.

Select your platform to get started:

- [Java](/platforms/java)
- [Android](/platforms/android)
- [Kotlin Multiplatform](/platforms/kotlin-multiplatform)
- [Kotlin Multiplatform](/platforms/kotlin/guides/kotlin-multiplatform/)

## Kotlin Extensions

Expand Down
4 changes: 4 additions & 0 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3363,6 +3363,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
from: '/clients/cordova/',
to: '/platforms/javascript/guides/cordova/',
},
{
from: '/platforms/kotlin-multiplatform/',
to: '/platforms/kotlin/guides/kotlin-multiplatform/',
},
];

const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
Expand Down
Loading