sentry-kotlin-multiplatform icon indicating copy to clipboard operation
sentry-kotlin-multiplatform copied to clipboard

Support for mingwX64

Open StefanOltmann opened this issue 5 months ago • 2 comments

Problem Statement

Hi,

the CLI app I'm working on also needs to target Windows.

Kind regards,

Stefan Oltmann

Solution Brainstorm

Please also support the mingwX64 Kotlin/Native target.

StefanOltmann avatar Jul 07 '25 06:07 StefanOltmann

hey! thanks for the issue

the way the SDK is currently built this will require an integration with sentry-native

do you have any specific feature set in mind? e.g reporting crashes and being able to send errors through the API?

buenaflor avatar Jul 08 '25 20:07 buenaflor

Hi,

Yes, to start with, just the basic functionality of sending crashes through the API would be great—ideally with offline caching, similar to what I use on the other platforms.

For now, I’ve implemented a custom solution that sends the envelope JSON directly to your API using Ktor, but of course, it would be preferable to use this library instead.

While you're at it, it would be great to also include support for macOS and Linux native targets.

StefanOltmann avatar Jul 09 '25 07:07 StefanOltmann