Skip to content

Commit 62babc9

Browse files
committed
Update sample project distinguished name config (#1128)
Revert "Test: add log file path output" This reverts commit eb32d4b. Increase shutdown timeout Revert "Increase shutdown timeout" This reverts commit 086cefa.
1 parent eb32d4b commit 62babc9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

sample/Config/DefaultGame.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ProjectID=43BDA2D249F2ED19D80A1AB1A40BBE80
44
Homepage="https://sentry.io/"
55
CompanyName=Sentry
6-
CompanyDistinguishedName=Sentry Inc.
6+
CompanyDistinguishedName=CN=Sentry, O=Sentry, C=US
77
CopyrightNotice=Copyright (c) 2024 Sentry. All Rights Reserved.
88
ProjectName=SentryDemo
99
Description=Demo project for Sentry UE plugin

sample/Source/SentryPlayground/SentryPlaygroundGameInstance.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@
1313
#include "Misc/EngineVersionComparison.h"
1414
#include "Misc/CommandLine.h"
1515
#include "Engine/Engine.h"
16-
#include "GenericPlatform/GenericPlatformOutputDevices.h"
1716

1817
void USentryPlaygroundGameInstance::Init()
1918
{
2019
Super::Init();
2120

22-
const FString LogFilePath = *FPaths::ConvertRelativePathToFull(FGenericPlatformOutputDevices::GetAbsoluteLogFilename());
23-
UE_LOG(LogSentrySample, Display, TEXT("GAME LOG PATH: %s\n"), *LogFilePath);
24-
2521
const TCHAR* CommandLine = FCommandLine::Get();
2622

2723
// Check for expected test parameters to decide between running integration tests

0 commit comments

Comments
 (0)