Skip to content

Commit

Permalink
Fix gpu dump path
Browse files Browse the repository at this point in the history
  • Loading branch information
tustanivsky committed Dec 13, 2024
1 parent 12899f0 commit 72a21a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-dev/Source/Sentry/Private/Utils/SentryFileUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ FString SentryFileUtils::GetGpuDumpPath()
return FString("");
}

return GpuDumpFiles[0];
return IFileManager::Get().ConvertToAbsolutePathForExternalAppForRead(*(FPaths::ProjectLogDir() / GpuDumpFiles[0]));
}

0 comments on commit 72a21a0

Please sign in to comment.