Support for mingwX64
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.
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?
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.