sentry-native v0.7.13
- 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
MIT
# 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
# compression
Enables gzip compression support for the transport.
Cf.https://github.com/getsentry/sentry-native#compile-time-options
Host Dependencies:
one transitive dependency:
- vcpkg-cmake (by zlib )
# 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
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by curl )
- vcpkg-cmake-config (by curl )
# 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:
sentry-native
Features:
backend
,transport
,wer
and 2 transitive dependencies:
curl (by sentry-native )
Platforms:
!windows
Features: (none)zlib (by sentry-native )
Platforms:
!android & !ios
Host Dependencies:
5 transitive dependencies:
pkgconf (by sentry-native )
Platforms:
!android & !ios
- vcpkg-cmake (by vcpkg-cmake-get-vars )
- vcpkg-cmake-config (by curl )
- vcpkg-cmake-get-vars (by vcpkg-tool-meson )
- vcpkg-tool-meson (by pkgconf )
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
- sentry-native (feature
wer
)
# Host Dependents
No dependents.
# Contributors
- Vitalii Koshura
- Jack·Boos·Yu
- Lily
- Martin Vejdarski
- Kai Pastor
- Gleb Ignatev
- Cheney Wang
- Billy O'Neal
- Ben Westover
- jim wang
- JonLiu1993