Skip to content

Commit ac76aea

Browse files
committed
Try without sentry init
1 parent 78a1fb5 commit ac76aea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugin-dev/Source/Sentry/Private/SentrySubsystem.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ void USentrySubsystem::Initialize(FSubsystemCollectionBase& Collection)
4444

4545
UE_LOG(LogSentrySdk, Log, TEXT("Sentry plugin auto initialization: %s"), *LexToString(Settings->InitAutomatically));
4646

47+
if (IsRunningCommandlet())
48+
{
49+
return;
50+
}
51+
4752
if (Settings->InitAutomatically)
4853
{
4954
Initialize();

0 commit comments

Comments
 (0)