Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1009 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 1009 Bytes

Unofficial NuGet package for Sentry SDK for C/C++

NuGet Version and Downloads count Build package

This is an unofficial package of the Sentry native SDK, intended for use as a NuGet dependency.

It includes the sentry-native SDK as well as the 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.