Actually use the sentry dsn define

This commit is contained in:
Marek Roszko 2023-08-31 06:57:11 -04:00
parent cb003d8ab4
commit cd884211ef
1 changed files with 1 additions and 3 deletions

View File

@ -332,9 +332,7 @@ void PGM_BASE::sentryInit()
# error "Project configuration error, missing KICAD_SENTRY_DSN"
#endif
sentry_options_set_dsn(
options,
"https://463925e689c34632b5172436ffb76de5@sentry-relay.kicad.org/6266565" );
sentry_options_set_dsn( options, KICAD_SENTRY_DSN );
wxFileName tmp;
tmp.AssignDir( PATHS::GetUserCachePath() );