77 sentry_options_t *options = sentry_options_new ();
78 sentry_options_set_dsn (options, dsn);
79 sentry_options_set_release (options, release);
80 sentry_options_set_sample_rate (options, 1.0);
81 sentry_init (options);
void gvm_sentry_init(const char *dsn, const char *release)
Initialize Sentry.
int gvm_has_sentry_support()
Check for sentry support.
void gvm_close_sentry(void)
Shutdown Sentry if it was initialized.
void gvm_sentry_log(const char *message)
Send a message to Sentry server if it was initialized.
Implementation of sentry methods.