Skip to content

sentry-nativev0.16.4

Updated

Sentry SDK for C, C++ and native applications.

#Usage

sentry-native provides CMake targets:

find_package(sentry CONFIG REQUIRED)
target_link_libraries(main PRIVATE sentry::sentry)

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

Default features: wer, backend, transport

#backenddefault

Enables the platform-specific backend.
This feature does nothing for some platforms.
Cf. https://github.com/getsentry/sentry-native#compile-time-options

Dependencies:
  • sentry-native

    Platforms: !android & !ios & !windows
    Features: backend, transport, wer

  • zlib

    Platforms: !android & !ios

and one transitive dependency:
Host Dependencies:
2 transitive dependencies:

#compression

Enables gzip compression support for the transport.
Cf.https://github.com/getsentry/sentry-native#compile-time-options

Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

#transportdefault

Enables the platform-specific network transport.
This feature does nothing for some platforms.
Cf. https://github.com/getsentry/sentry-native#compile-time-options

Dependencies:
  • curl

    Platforms: !windows
    Features: (none)

and one transitive dependency:
Host Dependencies:
2 transitive dependencies:

#wer

Enables the Windows Error Reporting backend.
Cf.https://github.com/getsentry/sentry-native#compile-time-options

Platforms: windows & !static
  • windows-dynamic
  • linux
  • osx
  • windows-static
Dependencies:
and 2 transitive dependencies:
Host Dependencies:
2 transitive dependencies:

#Dependencies

and one transitive dependency:

#Host Dependencies

and 2 transitive dependencies:

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Vitalii Koshura's avatarVitalii Koshura
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • Lily's avatarLily
  • Martin Vejdarski's avatarMartin Vejdarski
  • Kai Pastor's avatarKai Pastor
  • Gleb Ignatev's avatarGleb Ignatev
  • Cheney Wang's avatarCheney Wang
  • Billy O'Neal's avatarBilly O'Neal
  • Ben Westover's avatarBen Westover
  • jim wang's avatarjim wang
  • JonLiu1993's avatarJonLiu1993
  • Javier Matos Denizac's avatarJavier Matos Denizac
  • hoshiizumiya's avatarhoshiizumiya
  • Mert Efe Şensoy's avatarMert Efe Şensoy

#Changelog

  • 440daa5[sentry-native] update to 0.16.4 (#53600)
  • 7f57b6d[sentry-native] Limit the pkgconf host dependency to linux (#53554)
  • 3e27b85[sentry-native] update to 0.16.3 (#53399)
  • 656b5ea[sentry-native] update to 0.16.2 (#53306)
  • 60a0bf1[sentry-native] update to 0.16.1 (#53138)
  • 0106f56[sentry-native] update to 0.16.0 (#53090)
  • 20d6bee[sentry-native] update to 0.15.4 (#52999)
  • 7e3530f[sentry-native] update to 0.15.3 (#52771)
  • a1c2fcf[sentry-native] update to 0.15.2 (#52569)
  • 46c9f8d[sentry-native] update to 0.15.1 (#52483)
Show 104 earlier changes