mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 14:33:04 +00:00
2.2.0 pre (#80)
* Recover: Packaging Process * Update: Flutter 1222 * Fix: crash when recreate GUI * Fix Crash when using m_profile_json * Fix NetworkTestDialog crash
This commit is contained in:
@@ -199,8 +199,8 @@ void initSentryEx()
|
||||
sentry_options_set_debug(options, 0);
|
||||
#endif
|
||||
|
||||
sentry_options_set_environment(options, "develop");
|
||||
//sentry_options_set_environment(options, "Release");
|
||||
// sentry_options_set_environment(options, "develop");
|
||||
sentry_options_set_environment(options, "Release");
|
||||
|
||||
sentry_options_set_auto_session_tracking(options, 0);
|
||||
sentry_options_set_symbolize_stacktraces(options, 1);
|
||||
|
||||
Reference in New Issue
Block a user