void gvm_sentry_log(const char *)
Send a message to Sentry server if it was initialized.
Definition gvm_sentry.c:97
int gvm_has_sentry_support(void)
Check for sentry support.
Definition gvm_sentry.c:26
void gvm_sentry_init(const char *, const char *)
Initialize Sentry.
Definition gvm_sentry.c:74
void gvm_close_sentry(void)
Shutdown Sentry if it was initialized.
Definition gvm_sentry.c:122