0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 01:29:11 +00:00

Enable sentry sessions ()

This will allow sentry to compute crash-free
sessions.
This commit is contained in:
vkalintiris 2024-02-01 15:27:47 +02:00 committed by GitHub
parent 59ae98b891
commit 1e59c424f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,6 @@ void sentry_native_init(void)
sentry_options_t *options = sentry_options_new();
sentry_options_set_dsn(options, NETDATA_SENTRY_DSN);
sentry_options_set_database_path(options, path);
sentry_options_set_auto_session_tracking(options, false);
sentry_options_set_environment(options, NETDATA_SENTRY_ENVIRONMENT);
sentry_options_set_release(options, NETDATA_SENTRY_RELEASE);
sentry_options_set_dist(options, NETDATA_SENTRY_DIST);