sentry-native

Sentry SDK for C, C++ and native applications error tracking

brewmacoslinux
Try with needOr install directly
Source

About

Sentry SDK for C, C++ and native applications

Commands

sentry-native

Examples

Initialize Sentry in a C/C++ application with DSN$ sentry_init(options, dsn_url)
Capture and send an exception to Sentry$ sentry_capture_exception(exception)
Send a custom message event to Sentry$ sentry_capture_message(message, level)