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.
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
.