#sentry #crash #breakpad #minidump #crashpad

sys sentry-contrib-native-sys

Unofficial FFI bindings to the Sentry Native SDK for Rust

9 unstable releases (3 breaking)

0.3.1 Apr 23, 2021
0.3.0 Feb 8, 2021
0.2.1 Jan 21, 2021
0.1.0 Aug 17, 2020
0.0.1 Jun 9, 2020

#3 in #crashpad

Download history 114/week @ 2023-11-27 75/week @ 2023-12-04 211/week @ 2023-12-11 55/week @ 2023-12-18 6/week @ 2023-12-25 18/week @ 2024-01-01 181/week @ 2024-01-08 132/week @ 2024-01-15 109/week @ 2024-01-22 52/week @ 2024-01-29 74/week @ 2024-02-05 260/week @ 2024-02-12 278/week @ 2024-02-19 133/week @ 2024-02-26 133/week @ 2024-03-04 64/week @ 2024-03-11

634 downloads per month
Used in sentry-contrib-native

MIT/Apache

6.5MB
140K SLoC

C++ 84K SLoC // 0.2% comments C 29K SLoC // 0.1% comments Shell 7.5K SLoC // 0.2% comments M4 7.5K SLoC // 0.2% comments Objective-C++ 4.5K SLoC // 0.2% comments Python 3K SLoC // 0.2% comments Automake 1.5K SLoC // 0.0% comments Objective-C 1.5K SLoC // 0.2% comments GNU Style Assembly 561 SLoC // 0.4% comments Rust 516 SLoC // 0.0% comments Assembly 362 SLoC // 0.3% comments Bitbake 65 SLoC Prolog 28 SLoC Xcode Config 15 SLoC // 0.7% comments

Contains (DOS exe, 245KB) symupload, (DOS exe, 145KB) dump_syms, (Windows DLL, 170KB) z7_test.dll, (ELF exe/lib, 18KB) sentry_example, (Mach-o exe, 13KB) crashInMain, (Mach-o exe, 13KB) crashduringlo and 10 more.

sentry-contrib-native-sys

Crates.io License

Release: Build Docs

Master: Build Docs

Table of contents

Description

Unofficial FFI bindings to the Sentry Native SDK for Rust. This crate isn't intended to be used directly, use sentry-contrib-native instead.

For more details see sentry-contrib-native's README

Crate features

  • transport-default - Enabled by default, will use WinHttp on Windows and Curl everywhere else as the default transport.
  • backend-crashpad - Will use Crashpad.
  • backend-breakpad - Will use Breakpad.
  • backend-inproc - Will use InProc.
  • nightly - Enables full documentation through feature(external_doc).

By default the selected backend will be Crashpad for Linux, MacOS and Windows and InProc for Android, even if no corresponding feature is active. See SENTRY_BACKEND for more information on backends.

License

Licensed under either of

at your option.

Attribution

Used documentation from Sentry Native SDK: MIT

See the ATTRIBUTION for more details.

Dependencies