https://github.com/vslavik/nuget-sentry-native
Unofficial nuget packages for Sentry native SDK
https://github.com/vslavik/nuget-sentry-native
Last synced: 7 months ago
JSON representation
Unofficial nuget packages for Sentry native SDK
- Host: GitHub
- URL: https://github.com/vslavik/nuget-sentry-native
- Owner: vslavik
- License: other
- Created: 2024-08-23T16:20:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T13:40:23.000Z (about 1 year ago)
- Last Synced: 2025-02-26T23:58:26.298Z (8 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
Unofficial NuGet package for Sentry SDK for C/C++
=================================================[](https://www.nuget.org/packages/Unofficial.Sentry.Native) [](https://github.com/vslavik/nuget-sentry-native/actions/workflows/build-package.yml)
This is an unofficial package of the Sentry native SDK, intended for use as a NuGet dependency.
It includes the [sentry-native](https://github.com/getsentry/sentry-native) SDK as well as the
[sentry-cli](https://github.com/getsentry/sentry-cli) tool.How to use
----------Add the package as C++ project's dependency in Visual Studio. The package includes necessary rules to add the include directories, link the libraries and copy required DLL and EXE files to the output path.
You can use the `$(SentryCLI)` msbuild variable to invoke `sentry-cli`.