Skip to content

Commit 086cefa

Browse files
committed
Increase shutdown timeout
1 parent 3caab25 commit 086cefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-dev/Source/Sentry/Private/GenericPlatform/GenericPlatformSentrySubsystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ void FGenericPlatformSentrySubsystem::InitWithSettings(const USentrySettings* se
373373
sentry_options_set_before_send(options, HandleBeforeSend, this);
374374
sentry_options_set_before_send_log(options, HandleBeforeLog, this);
375375
sentry_options_set_on_crash(options, HandleOnCrash, this);
376-
sentry_options_set_shutdown_timeout(options, 3000);
376+
sentry_options_set_shutdown_timeout(options, 5000);
377377
sentry_options_set_crashpad_wait_for_upload(options, settings->CrashpadWaitForUpload);
378378
sentry_options_set_logger_enabled_when_crashed(options, false);
379379
sentry_options_set_enable_logs(options, settings->EnableStructuredLogging);

0 commit comments

Comments
 (0)