Start using the sentry environment tag
This commit is contained in:
parent
e962615407
commit
98b35b1a7f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue