Start using the sentry environment tag

This commit is contained in:
Marek Roszko 2023-09-24 14:42:00 -04:00
parent e962615407
commit 98b35b1a7f
1 changed files with 3 additions and 0 deletions

View File

@ -348,6 +348,9 @@ void PGM_BASE::sentryInit()
sentry_options_set_release( options, GetCommitHash().ToStdString().c_str() );
// This just gives us more filtering within sentry, issues still get grouped across environments
sentry_options_set_environment( options, GetMajorMinorVersion().c_str() );
sentry_init( options );
sentry_value_t user = sentry_value_new_object();