sentry-native
sentry-native copied to clipboard
Sentry SDK for C, C++ and native applications.
The commit in crashpad: * [Add support for THREAD_NAME_LIST stream](https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3671372) cause the `unknown type name 'MINIDUMP_THREAD_NAME_LIST'` compile error so the Mingw64 as instruction in README.md won't build anymore
Currently the release zipfile is always called `sentry-native.zip`, could that be changed so the filename includes the version number, eg `sentry-native-0.5.0.zip`? The auto-generated source tarballs already follow this pattern, but...
Hello, we're using sentry crashpad_handler successfully to report application crashes (with minidumps). Now we've realized that there are also some "application hangs" reported in the windows eventlog which are not...
Hello, I use in the project Vcpkg, install x64-windows-static. It's the static one that is needed. No static - work Rebuild started... 1>------ Rebuild All started: Project: CppSentryTest, Configuration: Debug...
Crashpad added a new WER (Windows Error Reporting) handler which needs to be manually registered first in the Windows Registry, and then with the crashpad client. This depends on https://github.com/getsentry/crashpad/pull/69
Android API 28 ships the system unwinder if API >= 28 https://android.googlesource.com/platform/system/unwinding/+/refs/heads/master/libunwindstack/AndroidVersions.md#android-9-pie_api-level-28 Today we have a stripped-down version of this library to be back compatible with API >= 16 Because...
**Description** I have an application that I sometimes want to manually crash without the crash getting reported. I am calling `sentry_close()` before the crash happens but the crash still ends...
Hello friends, I am about to give up, but before I do, let me ask my question here - I cannot get the sentry-native (0.4.12) with a native C++ macOS...
_Platform:_ - [x] Android -> SDK 28, target 16 - [ ] Java -> If yes, which Java (and sourceCompatibility/targetCompatibility) version? - [ ] Kotlin -> If yes, which Kotlin...
**Description** If hand-crafted stack traces contain some specific invalid characters, sentry-native will not complain and events will disappear into the ether during CURL transfer. Another similar error happened with breadcrumbs,...