summaryrefslogtreecommitdiffstats
path: root/daemon/sentry-native/sentry-native.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/sentry-native/sentry-native.c')
-rw-r--r--daemon/sentry-native/sentry-native.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/sentry-native/sentry-native.c b/daemon/sentry-native/sentry-native.c
index 1b8c1609c3..08297087d4 100644
--- a/daemon/sentry-native/sentry-native.c
+++ b/daemon/sentry-native/sentry-native.c
@@ -8,7 +8,7 @@ void sentry_native_init(void)
sentry_options_t *options = sentry_options_new();
// we should get this from CI (SENTRY_DSN)
- sentry_options_set_dsn(options, "https://4c37747b97164e9bbfc9fa426e9200b4@o382276.ingest.sentry.io/4505069981401088");
+ sentry_options_set_dsn(options, NETDATA_SENTRY_DSN);
// where to save sentry files
char path[FILENAME_MAX];