Registry / observability / sentry-native

sentry-native

JSON →
library0.14.2vcpkgunverified

Sentry SDK for C, C++ and native applications for error tracking and performance monitoring.

vcpkg install sentry-native
INSTALL
IMPORT
SIG · SENTRY-NATIVE
S
sentry-native
observabilitycppv0.14.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sentry.h
#include <sentry.h>

Initializes Sentry and captures a simple error event.

#include <sentry.h> int main() { sentry_options_t* options = sentry_options_new(); sentry_options_set_dsn(options, "https://examplePublicKey@o0.ingest.sentry.io/0"); sentry_init(options); sentry_capture_event(sentry_value_new_message_event("error", "example", "Hello World!")); sentry_close(); return 0; }
Debug
Known issues
gotchaRequires a valid DSN from Sentry project setup.
fix
Replace the example DSN with your actual project DSN from sentry.io.
affects: *
Upgrade
Version history
0.14.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
2
Resources

No resource links recorded.

sentry-native — pip install sentry-native · libregistry