We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0181a41 commit b7cba0eCopy full SHA for b7cba0e
src/Sentry.Unity.Editor/Native/BuildPostProcess.cs
@@ -71,7 +71,7 @@ public static void OnPostProcessBuild(BuildTarget target, string executablePath)
71
}
72
finally
73
{
74
- // We always want to end up with the debug symbols being uploadde
+ // We always want to end up with the debug symbols being uploaded
75
UploadDebugSymbols(logger, target, buildOutputDir, executableName, options, cliOptions, isMono);
76
77
0 commit comments