Skip to content

Commit bdc5b7b

Browse files
authored
Remove Epic Account Id from extra crash context (#886)
1 parent 09fab06 commit bdc5b7b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugin-dev/Source/Sentry/Private/GenericPlatform/CrashReporter/GenericPlatformSentryCrashContext.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ void FGenericPlatformSentryCrashContext::Apply(TSharedPtr<ISentryScope> Scope)
5555
ContextValues.Add("Memory Stats Page Size", FString::FromInt(SessionContext.MemoryStats.PageSize));
5656
ContextValues.Add("Memory Stats Total Virtual", FString::Printf(TEXT("%lld"), SessionContext.MemoryStats.TotalVirtual));
5757

58-
if(Settings->SendDefaultPii)
59-
{
60-
ContextValues.Add("Epic Account Id", SessionContext.EpicAccountId);
61-
ContextValues.Add("Login Id", SessionContext.LoginIdStr);
62-
}
63-
6458
Scope->SetContext(TEXT("Crash Info"), ContextValues);
6559
}
6660

0 commit comments

Comments
 (0)