Skip to Content

sentry-native v0.7.2

Created
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) 

# License

# Supported Platforms

osx | linux | (!arm & !uwp)

  • linux
  • osx
  • windows-x64
  • windows-x86
  • uwp
  • windows-arm64

# Features

Default features: wer , backend , transport

# backend default

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

Dependencies:
  • zlib

    Platforms: !android & !ios

No transitive dependencies.

Host Dependencies:
and 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:
one transitive dependency:

# transport default

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

Supports: windows & !static
  • windows-x64-dynamic
  • windows-x86-dynamic
  • linux
  • osx
  • windows-x64-static
  • windows-x86-static
Dependencies:
and 2 transitive dependencies:
Host Dependencies:
4 transitive dependencies:

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Vitalii Koshura's avatar Vitalii Koshura
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Lily's avatar Lily
  • Martin Vejdarski's avatar Martin Vejdarski
  • Kai Pastor's avatar Kai Pastor
  • Gleb Ignatev's avatar Gleb Ignatev
  • Cheney Wang's avatar Cheney Wang
  • Billy O'Neal's avatar Billy O'Neal
  • Ben Westover's avatar Ben Westover
  • jim wang's avatar jim wang

# Changelog

and 38 more commits:

# Source